mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-15 01:01:43 +00:00
Battle, not Match
This commit is contained in:
parent
2c363c4e1e
commit
b98f8f7504
1 changed files with 1 additions and 1 deletions
|
@ -3095,7 +3095,7 @@ void G_ExitLevel(void)
|
|||
const char *Gametype_Names[NUMGAMETYPES] =
|
||||
{
|
||||
"Race", // GT_RACE
|
||||
"Match" // GT_MATCH
|
||||
"Battle" // GT_MATCH
|
||||
|
||||
/*"Co-op", // GT_COOP
|
||||
"Competition", // GT_COMPETITION
|
||||
|
|
Loading…
Reference in a new issue