Bug 5067 - Remove references to unused teamtournament gametype. Toggle areaportal on mover ents where due is needed, patch by Ensiform

This commit is contained in:
Thilo Schulz 2011-07-07 23:13:20 +00:00
parent b8627b8774
commit cbd3c24542
2 changed files with 14 additions and 5 deletions

View file

@ -83,8 +83,7 @@ static const char *teamArenaGameTypes[] = {
"CTF",
"1FCTF",
"OVERLOAD",
"HARVESTER",
"TEAMTOURNAMENT"
"HARVESTER"
};
static int const numTeamArenaGameTypes = ARRAY_LEN( teamArenaGameTypes );