From 09a3567f14f5eef0eaa82e4799a815b0b8fe25e0 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 12 Aug 2020 19:11:16 +0200 Subject: [PATCH] - fix some more sloppiness with Blood's global game state. Fixes #171. --- source/blood/src/blood.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blood/src/blood.cpp b/source/blood/src/blood.cpp index 5a428193c..c6827b4c1 100644 --- a/source/blood/src/blood.cpp +++ b/source/blood/src/blood.cpp @@ -889,6 +889,7 @@ static void commonTicker(bool &playvideo) if (gStartNewGame) { gStartNewGame = false; + gQuitGame = false; auto completion = [](bool = false) { StartLevel(&gGameOptions);