mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let's not tip our hand too early. (Oversight when minimising boss material)
This commit is contained in:
parent
061eca773b
commit
1aabde7d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -5051,7 +5051,7 @@ void Command_Retry_f(void)
|
||||||
}
|
}
|
||||||
else if (grandprixinfo.gp == false && bossinfo.boss == false)
|
else if (grandprixinfo.gp == false && bossinfo.boss == false)
|
||||||
{
|
{
|
||||||
CONS_Printf(M_GetText("This only works in Grand Prix or Mission Mode.\n"));
|
CONS_Printf(M_GetText("This only works in singleplayer games.\n"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue