From 69186940288ada493ea357d63db2055c0d31da1f Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 16 Apr 2013 03:24:09 +0000 Subject: [PATCH] clarify a comment git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11936 d7cf8633-e32d-0410-b094-e92efae38249 --- sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2