X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=10a3b165c89d6ba1cf5c8ea8146e8f7b867b625b;hb=d719b4d3b3edb3a675c121c5942ede0d92cd1ceb;hp=43e7b64995e3b991f05b72f0623f684fa2892acd;hpb=21403f1e9510d608415d14bf4348880b9ff42204;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index 43e7b6499..10a3b165c 100644 --- a/qcsrc/client/main.qh +++ b/qcsrc/client/main.qh @@ -1,5 +1,3 @@ -const string string_null; - // -------------------------------------------------------------------------- // MENU Functionality @@ -40,16 +38,6 @@ float gametype; //.float ctf_state; //.float health; -// Constants -const float COLOR_TEAM_RED = 64; -const float COLOR_TEAM_BLUE = 208; - -const float COLOR_TEAM1 = 4; // red -const float COLOR_TEAM2 = 13; // blue -const float COLOR_TEAM3 = 12; // yellow -const float COLOR_TEAM4 = 9; // pink -const float COLOR_SPECTATOR = 1337; - #define FONT_DEFAULT 0 #define FONT_USER 8 @@ -139,7 +127,6 @@ void centerprint_generic(float new_id, string strMessage, float duration, float #define ALPHA_MIN_VISIBLE 0.003 float armorblockpercent; -float g_weaponswitchdelay; //hooks float calledhooks;