aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-02 16:59:58 +1000
committerPaul Gilbert2012-06-02 17:02:07 +1000
commitc1e6913fedf05d18edf6ef64c5a7c1c2cabedd4e (patch)
tree44070050d9a62db50666f60113baf3716ddb8c3b /engines/tony/game.h
parent3367679ae80e89dcdbc424af477ee743007050ac (diff)
downloadscummvm-rg350-c1e6913fedf05d18edf6ef64c5a7c1c2cabedd4e.tar.gz
scummvm-rg350-c1e6913fedf05d18edf6ef64c5a7c1c2cabedd4e.tar.bz2
scummvm-rg350-c1e6913fedf05d18edf6ef64c5a7c1c2cabedd4e.zip
TONY: Fixed memory leaks with the Options screen
Diffstat (limited to 'engines/tony/game.h')
-rw-r--r--engines/tony/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/tony/game.h b/engines/tony/game.h
index 20b5f347bc..c920b88ee5 100644
--- a/engines/tony/game.h
+++ b/engines/tony/game.h
@@ -252,7 +252,8 @@ private:
MENUGFX,
MENUSOUND,
MENULOAD,
- MENUSAVE
+ MENUSAVE,
+ MENUNONE
};
STATE m_nState;