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(); }