From c48ea657272607eeca3501255d810545972b32d6 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 22 Feb 2003 03:27:54 +0000 Subject: [PATCH] missing m_bDDRExtremeDifficultySelect initialization (this should probably go away, but make it work for now) --- stepmania/src/PrefsManager.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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;