From f03cd3054ac51fde21bf20c769ff2f11f583222b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 30 Sep 2006 07:01:07 +0000 Subject: [PATCH] This is only called by ScreenOptionsMasterPrefs, which saves prefs on its own. --- stepmania/src/StepMania.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index fbe9bb72d3..77de204607 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -760,9 +760,6 @@ void StepMania::ChangeCurrentGame( const Game* g ) GAMESTATE->SetCurGame( g ); - /* Save the newly-selected game. */ - PREFSMAN->SavePrefsToDisk(); - /* Load keymaps for the new game. */ INPUTMAPPER->ReadMappingsFromDisk(); }