mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
In G_PlaybackDemo(), update totalclocklock when G_DrawRooms() is not called and therefore does not update it. This fixes ART animations displaying in the main menu.
git-svn-id: https://svn.eduke32.com/eduke32@5049 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
9403200a07
commit
362a782820
1 changed files with 2 additions and 0 deletions
|
@ -862,6 +862,8 @@ nextdemo_nomenu:
|
|||
|
||||
framewaiting++;
|
||||
}
|
||||
else
|
||||
totalclocklock = totalclock;
|
||||
|
||||
if (!Demo_IsProfiling() && (g_player[myconnectindex].ps->gm&MODE_MENU) == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue