X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fconstants.qh;fp=qcsrc%2Fcommon%2Fconstants.qh;h=1953b1f33d0c66a03341515ab044b54bca26c69c;hp=901c4bb0fb1b5d921d81480bb84baa583cb5db5b;hb=ae2c1407ec9a05e4f501a6604a7cce8e1030df9f;hpb=8b38ad6987192a2129a7aa55410fd6d729425a28;ds=sidebyside diff --git a/qcsrc/common/constants.qh b/qcsrc/common/constants.qh index 901c4bb0fb..1953b1f33d 100644 --- a/qcsrc/common/constants.qh +++ b/qcsrc/common/constants.qh @@ -165,13 +165,7 @@ const int CTF_STATE_DEFEND = 2; const int CTF_STATE_COMMANDER = 3; const int HUD_NORMAL = 0; -const int HUD_VEHICLE_FIRST = 10; -const int HUD_SPIDERBOT = 10; -const int HUD_WAKIZASHI = 11; -const int HUD_RAPTOR = 12; -const int HUD_BUMBLEBEE = 13; -const int HUD_BUMBLEBEE_GUN = 14; -const int HUD_VEHICLE_LAST = 14; +const int HUD_BUMBLEBEE_GUN = 25; const vector eX = '1 0 0'; const vector eY = '0 1 0';