mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-22 05:21:11 +00:00
Log "Speeding off to level..."
It's not disruptive, but it looks a bit goofy since the "Map is now x" print is no longer directly printed either, so it's the only thing sticking around in the console :V
This commit is contained in:
parent
5b6efcba0c
commit
69740101ed
1 changed files with 1 additions and 1 deletions
|
|
@ -2357,7 +2357,7 @@ static void Got_Mapcmd(UINT8 **cp, INT32 playernum)
|
|||
{
|
||||
DEBFILE(va("Warping to %s [resetplayer=%d lastgametype=%d gametype=%d cpnd=%d]\n",
|
||||
mapname, resetplayer, lastgametype, gametype, chmappending));
|
||||
CONS_Printf(M_GetText("Speeding off to level...\n"));
|
||||
CON_LogMessage(M_GetText("Speeding off to level...\n"));
|
||||
}
|
||||
if (demoplayback && !timingdemo)
|
||||
precache = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue