X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qh;h=8369a5ff20bc9ce399d0eef7c1a35d1063b4d8a9;hb=f4803dbafcdd9f29092535640728e3de19a987da;hp=ec25ab98b90b01f7c4960bdc79f31d0105009ded;hpb=90dfae1d17c285ed6289ddb537f409550d886a29;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qh b/qcsrc/client/main.qh index ec25ab98b..8369a5ff2 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 @@ -158,5 +146,4 @@ entity entcs_receiver[255]; // 255 is the engine limit on maxclients float hud; float view_quality; - -float cvar_clientsettemp(string cv, string val); +float framecount;