diff --git a/stepmania/src/PrefsManager.cpp b/stepmania/src/PrefsManager.cpp index 1b924fd806..18ffb663e6 100644 --- a/stepmania/src/PrefsManager.cpp +++ b/stepmania/src/PrefsManager.cpp @@ -85,10 +85,11 @@ PrefsManager::PrefsManager() m_iPolygonRadar = -1; m_bShowSongOptions = true; m_DefaultFailType = SongOptions::FAIL_ARCADE; - - /* DDR Extreme-style extra stage support. * - * Default off so people used to the current behavior (or those with extra * - * stage CRS files) don't get it changed around on them */ + m_bDDRExtremeDifficultySelect = false; + + /* DDR Extreme-style extra stage support. + * Default off so people used to the current behavior (or those with extra + * stage CRS files) don't get it changed around on them. */ m_bPickExtraStage = false; m_fLongVerSongSeconds = 60*3;