]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Create separate file for common team functions/declarations
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index 43e7b64995e3b991f05b72f0623f684fa2892acd..474e919f42ee1b5f170d89551fb4585f34c6b806 100644 (file)
@@ -40,16 +40,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