* Applied ajax's cleanup patch

This commit is contained in:
Tim Angus 2005-09-23 17:39:14 +00:00
parent 4c6f59c541
commit fe14a45ad1
40 changed files with 166 additions and 166 deletions

View file

@ -98,7 +98,7 @@ static const char *gametype_items[] = {
"Team Deathmatch",
"Tournament",
"Capture the Flag",
0
NULL
};
static int gametype_remap[] = {GT_FFA, GT_TEAM, GT_TOURNAMENT, GT_CTF};
@ -665,20 +665,20 @@ static const char *dedicated_list[] = {
"No",
"LAN",
"Internet",
0
NULL
};
static const char *playerType_list[] = {
"Open",
"Bot",
"----",
0
NULL
};
static const char *playerTeam_list[] = {
"Blue",
"Red",
0
NULL
};
static const char *botSkill_list[] = {
@ -687,7 +687,7 @@ static const char *botSkill_list[] = {
"Hurt Me Plenty",
"Hardcore",
"Nightmare!",
0
NULL
};