G_DoLoadLevelEx: fix compiler error on HU_DoTitlecardCEcho after merge

This commit is contained in:
James R 2023-08-28 00:53:25 -07:00
parent b8b286b177
commit ecbb6f3af2

View file

@ -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();