From c1e6913fedf05d18edf6ef64c5a7c1c2cabedd4e Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 2 Jun 2012 16:59:58 +1000 Subject: TONY: Fixed memory leaks with the Options screen --- engines/tony/game.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/tony/game.h') 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; -- cgit v1.2.3