Skip to content

Commit

Permalink
TONY: Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed May 12, 2012
1 parent 28c58a7 commit 0a835de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tony/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0a835de

Please sign in to comment.