- fix some more sloppiness with Blood's global game state.

Fixes #171.
This commit is contained in:
Christoph Oelckers 2020-08-12 19:11:16 +02:00
parent 2dad86a304
commit 09a3567f14

View file

@ -889,6 +889,7 @@ static void commonTicker(bool &playvideo)
if (gStartNewGame) if (gStartNewGame)
{ {
gStartNewGame = false; gStartNewGame = false;
gQuitGame = false;
auto completion = [](bool = false) auto completion = [](bool = false)
{ {
StartLevel(&gGameOptions); StartLevel(&gGameOptions);