- 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

View file

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