mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle, not Match
This commit is contained in:
parent
2222738e1c
commit
26adea3234
1 changed files with 1 additions and 1 deletions
|
|
@ -3095,7 +3095,7 @@ void G_ExitLevel(void)
|
||||||
const char *Gametype_Names[NUMGAMETYPES] =
|
const char *Gametype_Names[NUMGAMETYPES] =
|
||||||
{
|
{
|
||||||
"Race", // GT_RACE
|
"Race", // GT_RACE
|
||||||
"Match" // GT_MATCH
|
"Battle" // GT_MATCH
|
||||||
|
|
||||||
/*"Co-op", // GT_COOP
|
/*"Co-op", // GT_COOP
|
||||||
"Competition", // GT_COMPETITION
|
"Competition", // GT_COMPETITION
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue