* 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

@ -101,7 +101,7 @@ static const char *master_items[] = {
"Local",
"Internet",
"Favorites",
0
NULL
};
static const char *servertype_items[] = {
@ -110,7 +110,7 @@ static const char *servertype_items[] = {
"Team Deathmatch",
"Tournament",
"Capture the Flag",
0
NULL
};
static const char *sortkey_items[] = {
@ -119,7 +119,7 @@ static const char *sortkey_items[] = {
"Open Player Spots",
"Game Type",
"Ping Time",
0
NULL
};
static char* gamenames[] = {
@ -136,7 +136,7 @@ static char* gamenames[] = {
"Urban Terror", // Urban Terror
"OSP", // Orange Smoothie Productions
"???", // unknown
0
NULL
};
static char* netnames[] = {