Tutorial dialogue: Synergy wth titlecard

- Draw in front of the titlecard
- Don't tick while levelloading and not leveltime, so prevent instantly appearing
This commit is contained in:
toaster 2023-11-13 21:34:26 +00:00
parent da1cdd0825
commit f6214fd8e9
2 changed files with 3 additions and 3 deletions

View file

@ -1162,7 +1162,7 @@ void P_Ticker(boolean run)
P_RunChaseCameras();
}
if (run)
if (run && !levelloading && leveltime)
{
K_TickDialogue();
}

View file

@ -1238,8 +1238,6 @@ static void ST_overlayDrawer(void)
}
K_DrawMidVote();
K_DrawDialogue();
}
void ST_DrawDemoTitleEntry(void)
@ -1546,6 +1544,8 @@ void ST_Drawer(void)
if (stagetitle)
ST_drawTitleCard();
K_DrawDialogue();
// Replay manual-save stuff
if (demo.recording && multiplayer && demo.savebutton && demo.savebutton + 3*TICRATE < leveltime)
{