- reset the timer after the initial cutscene in Blood

This commit is contained in:
Christoph Oelckers 2020-08-10 22:22:27 +02:00
parent 070f04093a
commit 030ca6f75d
1 changed files with 2 additions and 1 deletions

View File

@ -896,6 +896,7 @@ static void commonTicker(bool &playvideo)
auto completion = [](bool = false)
{
levelTryPlayMusicOrNothing(gGameOptions.nEpisode, gGameOptions.nLevel);
gNetFifoClock = gFrameClock = totalclock;
gamestate = GS_LEVEL;
};