From 7fdfb7c6ef49e4caa9302ee35b4c92bb3934c16a Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sat, 26 Feb 2011 16:07:54 +0200 Subject: [PATCH] Fix stats conflict from pickup crosshair. Happens all the time when I code new stats :P --- data/qcsrc/common/constants.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2