M_EndModeAttackRun: Switch Secret Exit warning message to say "Attack modes" (instead of "Record modes") per request

This commit is contained in:
toaster 2024-03-19 16:38:04 +00:00
parent 74c6e1a0fd
commit aad62ed62d

View file

@ -113,7 +113,7 @@ void M_EndModeAttackRun(void)
"Secret Exit", "Secret Exit",
va( va(
"No finish time was recorded.\n" "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", "Try again in %s.\n",
(gametype == GT_RACE) (gametype == GT_RACE)
? "Grand Prix or Match Race" ? "Grand Prix or Match Race"