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);