]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/scores.qh
Improve comments
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / scores.qh
index 39510dd9f7fba5d7934df0d1b1d431f907aabf7b..cf50a7fd12ee0ebadbe177ecdea804d84e518a40 100644 (file)
@@ -17,7 +17,7 @@ STATIC_INIT(Scores_renumber) { FOREACH(Scores, true, it.m_id = i); }
 
 // game mode specific indices are not in common/, but in server/scores_rules.qc!
 #ifdef GAMEQC
-// non-networked fields (client only, even though they are defined in the server too)
+// fields not networked via the score system
 REGISTER_SP(END);
 
 REGISTER_SP(PING);