aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp
index cca55f00dd..2e7297cac3 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -888,7 +888,7 @@ void RMOptionScreen::init(CORO_PARAM, RMGfxTargetBuffer &bigBuf, bool &result) {
bigBuf.addPrim(new RMGfxPrimitive(this));
- if (_nState == MENULOAD || _nState == MENUSAVE)
+ if (_nState == MENULOAD || _nState == MENUSAVE || _nState == MENUNONE)
_nState = MENUGAME;
CORO_INVOKE_0(initState);