]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/ctf/cl_ctf.qc
Merge branch 'Mario/less_stats' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / ctf / cl_ctf.qc
index dc49c605c5cef7eb9ff6890e429e07fea017be03..f5bf2e364a536793f16036c37ffc47520a9333af 100644 (file)
@@ -28,7 +28,7 @@ void HUD_Mod_CTF(vector pos, vector mySize)
     float redflag_statuschange_elapsedtime = 0, blueflag_statuschange_elapsedtime = 0, yellowflag_statuschange_elapsedtime = 0, pinkflag_statuschange_elapsedtime = 0, neutralflag_statuschange_elapsedtime = 0; // time since the status changed
     bool ctf_oneflag; // one-flag CTF mode enabled/disabled
     bool ctf_stalemate; // currently in stalemate
-    int stat_items = STAT(CTF_FLAGSTATUS);
+    int stat_items = STAT(OBJECTIVE_STATUS);
     float fs, fs2, fs3, size1, size2;
     vector e1, e2;