]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove a wrong comment
authorterencehill <piuntn@gmail.com>
Sat, 29 Jan 2022 00:00:09 +0000 (01:00 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 29 Jan 2022 00:00:09 +0000 (01:00 +0100)
qcsrc/common/scores.qh
qcsrc/common/stats.qh

index cf50a7fd12ee0ebadbe177ecdea804d84e518a40..45af93992aacdf33f7d8338867fe73a43807b2a3 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);
index b02a013c05a48fb24c8195247ebdd0f639eaee83..091f7e689dbb1960c7e71c1312d11da1646ef866 100644 (file)
@@ -91,7 +91,6 @@ REGISTER_STAT(GAMESTARTTIME, float, game_starttime)
 /** arc heat in [0,1] */
 REGISTER_STAT(PRESSED_KEYS, int)
 REGISTER_STAT(FUEL, int)
-REGISTER_STAT(NB_METERSTART, float)
 /** compressShotOrigin */
 REGISTER_STAT(SHOTORG, int)
 REGISTER_STAT(LEADLIMIT, float, autocvar_leadlimit)
@@ -338,6 +337,9 @@ REGISTER_STAT(DOM_PPS_BLUE, float)
 REGISTER_STAT(DOM_PPS_YELLOW, float)
 REGISTER_STAT(DOM_PPS_PINK, float)
 
+// nexball
+REGISTER_STAT(NB_METERSTART, float)
+
 #ifdef SVQC
 float autocvar_g_teleport_maxspeed;
 #endif