mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- reset the timer after the initial cutscene in Blood
This commit is contained in:
parent
070f04093a
commit
030ca6f75d
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue