]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/scores.qh
Merge branch 'master' into Mario/survival
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / scores.qh
index 002a6a3c0aaaef67f66c0e4bca76e7eee810a387..9e570e30ebd1e44e233b70b18e8d97f8855def91 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);