From: terencehill Date: Sat, 29 Jan 2022 00:00:09 +0000 (+0100) Subject: Remove a wrong comment X-Git-Tag: xonotic-v0.8.5~225 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8c9e78a744bf076418278ba9bd0c72a6fd2eadf4;p=xonotic%2Fxonotic-data.pk3dir.git Remove a wrong comment --- diff --git a/qcsrc/common/scores.qh b/qcsrc/common/scores.qh index cf50a7fd1..45af93992 100644 --- a/qcsrc/common/scores.qh +++ b/qcsrc/common/scores.qh @@ -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); diff --git a/qcsrc/common/stats.qh b/qcsrc/common/stats.qh index b02a013c0..091f7e689 100644 --- a/qcsrc/common/stats.qh +++ b/qcsrc/common/stats.qh @@ -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