]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sv_main.c
clarify a comment
[xonotic/darkplaces.git] / 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