]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Fix a forgotten float that caused a conflict
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 17:21:46 +0000 (20:21 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sun, 26 Sep 2010 17:21:46 +0000 (20:21 +0300)
data/qcsrc/common/constants.qh

index 2f0d2ecec95170e06bf958d0f6c255c888e54291..53362b4c00264a5ad0d1d2dc3354e97cbdc7d49c 100644 (file)
@@ -285,7 +285,7 @@ const float CTF_STATE_ATTACK = 1;
 const float CTF_STATE_DEFEND = 2;\r
 const float CTF_STATE_COMMANDER = 3;\r
 \r
-const float STAT_HUD = 52;\r
+const float STAT_HUD = 53;\r
 const float HUD_NORMAL = 0;\r
 \r
 // moved that here so the client knows the max.\r