]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/scores.qh
Merge branch 'master' into Mario/team_keepaway
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / scores.qh
index 0eed6ea4f5505d43f988f3ccdcaab5281c2ec3ce..f5889cfb305d3602572b2072ce358b6946541c7e 100644 (file)
@@ -15,7 +15,6 @@ STATIC_INIT(Scores_renumber) { FOREACH(Scores, true, it.m_id = i); }
  * Score indices
  */
 
-// game mode specific indices are not in common/, but in server/scores_rules.qc!
 #ifdef GAMEQC
 // fields not networked via the score system
 REGISTER_SP(END);