Home
last modified time | relevance | path

Searched refs:TEAMCOLORS (Results 1 – 1 of 1) sorted by relevance

/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeTeam.cpp51 #define TEAMCOLORS 8 macro
53 static unsigned short se_team_rgb[TEAMCOLORS][3]=
64 static tString se_team_name[TEAMCOLORS]=
77 static eTeam * se_ColoredTeams[TEAMCOLORS]={0,0,0,0,0,0,0,0};
112 static eTeamColorConfig se_team_config[TEAMCOLORS];
871 for ( int i = 0; i < TEAMCOLORS; ++i ) in NameTeamAfterColor()