From d0c649721276e289745124f28005c08d61381070 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 17 Jun 2012 14:22:53 +1000 Subject: TONY: Fix crash opening the Options menu in-game --- engines/tony/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tony') 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); -- cgit v1.2.3