From 030ca6f75d2003f9fde9b14a5e130e0cb9a8c68b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 10 Aug 2020 22:22:27 +0200 Subject: [PATCH] - reset the timer after the initial cutscene in Blood --- source/blood/src/blood.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blood/src/blood.cpp b/source/blood/src/blood.cpp index eaf7956a5..09fff6f75 100644 --- a/source/blood/src/blood.cpp +++ b/source/blood/src/blood.cpp @@ -896,7 +896,8 @@ static void commonTicker(bool &playvideo) auto completion = [](bool = false) { levelTryPlayMusicOrNothing(gGameOptions.nEpisode, gGameOptions.nLevel); - gamestate = GS_LEVEL; + gNetFifoClock = gFrameClock = totalclock; + gamestate = GS_LEVEL; }; if ((gGameOptions.uGameFlags & 4))