From 8984f690b4bc3322ff7753bddddebd0bee6a14af Mon Sep 17 00:00:00 2001 From: "wagic.jeck" Date: Fri, 16 Oct 2009 01:40:33 +0000 Subject: [PATCH] =?UTF-8?q?Jeck=20=E2=80=94=20Minor=20fix,=20removed=20unn?= =?UTF-8?q?ecessary=20options=20save.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/mtg/src/GameApp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/mtg/src/GameApp.cpp b/projects/mtg/src/GameApp.cpp index 48242dd0b..088fd5edd 100644 --- a/projects/mtg/src/GameApp.cpp +++ b/projects/mtg/src/GameApp.cpp @@ -184,9 +184,6 @@ void GameApp::LoadGameStates() void GameApp::Destroy() { LOG("==Destroying GameApp=="); - //Save game options before we destroy everything. - options.save(); - for (int i=GAME_STATE_MENU;i<=MAX_STATE-1;i++) { if (mGameStates[i]){