mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
G_DoLoadLevelEx: fix compiler error on HU_DoTitlecardCEcho after merge
This commit is contained in:
parent
b8b286b177
commit
ecbb6f3af2
1 changed files with 1 additions and 1 deletions
|
|
@ -1146,7 +1146,7 @@ void G_DoLoadLevelEx(boolean resetplayer, gamestate_t newstate)
|
|||
else
|
||||
{
|
||||
// Podium: writetextmap is finished. Yay!
|
||||
HU_DoTitlecardCEcho(va("Congratulations,\\%s!\\Check the console!", cv_playername[0].string));
|
||||
HU_DoTitlecardCEcho(NULL, va("Congratulations,\\%s!\\Check the console!", cv_playername[0].string), true);
|
||||
|
||||
livestudioaudience_timer = 0;
|
||||
LiveStudioAudience();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue