From 7772850f300a41209c007c3d6bf577e0df50fc0d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 13 Nov 2019 12:30:06 +0100 Subject: GRIFFON: Fix GMM loading from options and title --- engines/griffon/dialogs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/griffon/dialogs.cpp b/engines/griffon/dialogs.cpp index 89c487cb13..847377a024 100644 --- a/engines/griffon/dialogs.cpp +++ b/engines/griffon/dialogs.cpp @@ -211,7 +211,7 @@ void GriffonEngine::title(int mode) { } g_system->delayMillis(10); - } while (!_shouldQuit && !exitTitle); + } while (!_shouldQuit && !exitTitle && _gameMode != kGameModeNewGame && _gameMode != kGameModeLoadGame); _itemTicks = _ticks + 210; @@ -464,7 +464,7 @@ void GriffonEngine::configMenu() { g_system->updateScreen(); g_system->delayMillis(10); - } while (!_shouldQuit && !exitMenu); + } while (!_shouldQuit && !exitMenu && _gameMode != kGameModeNewGame && _gameMode != kGameModeLoadGame); _cloudImg->setAlpha(64, true); -- cgit v1.2.3