mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Fix basenumlaps prints
This commit is contained in:
parent
e5c38ab5f6
commit
bff6c6234c
1 changed files with 2 additions and 2 deletions
|
|
@ -5194,9 +5194,9 @@ static void BaseNumLaps_OnChange(void)
|
|||
if (gamestate == GS_LEVEL)
|
||||
{
|
||||
if (cv_basenumlaps.value)
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to map defaults next round.\n"));
|
||||
else
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to %d next round.\n"), cv_basenumlaps.value);
|
||||
else
|
||||
CONS_Printf(M_GetText("Number of laps will be changed to map defaults next round.\n"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue