missing m_bDDRExtremeDifficultySelect initialization
(this should probably go away, but make it work for now)
This commit is contained in:
@@ -85,10 +85,11 @@ PrefsManager::PrefsManager()
|
|||||||
m_iPolygonRadar = -1;
|
m_iPolygonRadar = -1;
|
||||||
m_bShowSongOptions = true;
|
m_bShowSongOptions = true;
|
||||||
m_DefaultFailType = SongOptions::FAIL_ARCADE;
|
m_DefaultFailType = SongOptions::FAIL_ARCADE;
|
||||||
|
m_bDDRExtremeDifficultySelect = false;
|
||||||
|
|
||||||
/* DDR Extreme-style extra stage support. *
|
/* DDR Extreme-style extra stage support.
|
||||||
* Default off so people used to the current behavior (or those with extra *
|
* Default off so people used to the current behavior (or those with extra
|
||||||
* stage CRS files) don't get it changed around on them */
|
* stage CRS files) don't get it changed around on them. */
|
||||||
m_bPickExtraStage = false;
|
m_bPickExtraStage = false;
|
||||||
|
|
||||||
m_fLongVerSongSeconds = 60*3;
|
m_fLongVerSongSeconds = 60*3;
|
||||||
|
|||||||
Reference in New Issue
Block a user