]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/stats.qh
Making round counter increase after round starts
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / stats.qh
index e221421a3f7cc898f5b61e1d4b98dd746b310944..128f090c4fd9ec94ff1269b3336bda705be60c8e 100644 (file)
@@ -366,7 +366,7 @@ REGISTER_STAT(Q3COMPAT, int, q3compat)
 #include "physics/movetypes/movetypes.qh"
 float warmup_limit;
 float round_limit;
-int round_count;
+int rounds_played;
 #endif
 
 #ifdef SVQC
@@ -406,7 +406,7 @@ REGISTER_STAT(MOVEVARS_AIRCONTROL, float)
 REGISTER_STAT(FRAGLIMIT, float, autocvar_fraglimit)
 REGISTER_STAT(TIMELIMIT, float, autocvar_timelimit)
 REGISTER_STAT(WARMUP_TIMELIMIT, float, warmup_limit)
-REGISTER_STAT(ROUND_COUNT, int, round_count)
+REGISTER_STAT(ROUNDS_PLAYED, int, rounds_played)
 REGISTER_STAT(ROUND_TIMELIMIT, float, round_limit)
 #ifdef SVQC
 float autocvar_sv_wallfriction;