From: havoc Date: Tue, 16 Apr 2013 03:24:09 +0000 (+0000) Subject: clarify a comment X-Git-Tag: xonotic-v0.8.0~96^2~104 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=69186940288ada493ea357d63db2055c0d31da1f;p=xonotic%2Fdarkplaces.git clarify a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11936 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index 6627c193..89c14f00 100644 --- a/sv_main.c +++ b/sv_main.c @@ -3056,7 +3056,7 @@ static void SV_CreateBaseline (void) int i, entnum, large; prvm_edict_t *svent; - // LordHavoc: clear *all* states (note just active ones) + // LordHavoc: clear *all* baselines (not just active ones) for (entnum = 0;entnum < prog->max_edicts;entnum++) { // get the current server version