]> git.xonotic.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)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 16 Apr 2013 03:24:09 +0000 (03:24 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11936 d7cf8633-e32d-0410-b094-e92efae38249

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