From: MirceaKitsune Date: Sat, 26 Feb 2011 14:07:54 +0000 (+0200) Subject: Fix stats conflict from pickup crosshair. Happens all the time when I code new stats :P X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7fdfb7c6ef49e4caa9302ee35b4c92bb3934c16a;p=voretournament%2Fvoretournament.git Fix stats conflict from pickup crosshair. Happens all the time when I code new stats :P --- diff --git a/data/qcsrc/common/constants.qh b/data/qcsrc/common/constants.qh index c13b426e..76ca2167 100644 --- a/data/qcsrc/common/constants.qh +++ b/data/qcsrc/common/constants.qh @@ -286,7 +286,7 @@ const float CTF_STATE_ATTACK = 1; const float CTF_STATE_DEFEND = 2; const float CTF_STATE_COMMANDER = 3; -const float STAT_HUD = 53; +const float STAT_HUD = 54; const float HUD_NORMAL = 0; // moved that here so the client knows the max.