mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_EndModeAttackRun: Switch Secret Exit warning message to say "Attack modes" (instead of "Record modes") per request
This commit is contained in:
parent
74c6e1a0fd
commit
aad62ed62d
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ void M_EndModeAttackRun(void)
|
|||
"Secret Exit",
|
||||
va(
|
||||
"No finish time was recorded.\n"
|
||||
"Secrets don't work in Record modes!\n"
|
||||
"Secrets don't work in Attack modes!\n"
|
||||
"Try again in %s.\n",
|
||||
(gametype == GT_RACE)
|
||||
? "Grand Prix or Match Race"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue