aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 9b1d85f827..321a4fa88d 100644
--- a/engines/tony/game.cpp
+++ b/engines/tony/game.cpp
@@ -1008,8 +1008,8 @@ void RMOptionScreen::changeState(CORO_PARAM, OptionScreenState newState) {
CORO_BEGIN_CODE(_ctx);
- closeState();
_nLastState = _nState;
+ closeState();
_nState = newState;
CORO_INVOKE_0(initState);