Jeck — Minor fix, removed unnecessary options save.

This commit is contained in:
wagic.jeck
2009-10-16 01:40:33 +00:00
parent 08a9f00100
commit 8984f690b4

View File

@@ -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]){