mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
parent
da1cdd0825
commit
f6214fd8e9
2 changed files with 3 additions and 3 deletions
|
|
@ -1162,7 +1162,7 @@ void P_Ticker(boolean run)
|
|||
P_RunChaseCameras();
|
||||
}
|
||||
|
||||
if (run)
|
||||
if (run && !levelloading && leveltime)
|
||||
{
|
||||
K_TickDialogue();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue