missing m_bDDRExtremeDifficultySelect initialization

(this should probably go away, but make it work for now)
This commit is contained in:
Glenn Maynard
2003-02-22 03:27:54 +00:00
parent 8338feca72
commit c48ea65727
+5 -4
View File
@@ -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;