diff options
-rw-r--r-- | engines/tony/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/game.cpp b/engines/tony/game.cpp index d579ac34a3..758170c848 100644 --- a/engines/tony/game.cpp +++ b/engines/tony/game.cpp @@ -763,7 +763,7 @@ void RMOptionScreen::CloseState(void) { m_menu = NULL; delete m_ButtonExit; - m_ButtonExit = false; + m_ButtonExit = NULL; if (m_nState == MENULOAD || m_nState == MENUSAVE) { int i; |