]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
clarify a comment
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 16 Apr 2013 03:24:09 +0000 (03:24 +0000)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 16 Apr 2013 08:53:49 +0000 (10:53 +0200)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11936 d7cf8633-e32d-0410-b094-e92efae38249
::stable-branch::merge=69186940288ada493ea357d63db2055c0d31da1f

sv_main.c

index 6627c19363ddcfb5650f5bf535219445c3d7e868..89c14f0022ba3047305284759e4c207e229485e5 100644 (file)
--- 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