remove m_bPickExtraStage, use false behavior. Extra stage stuff is way too complicated for too many niche cases.

This commit is contained in:
Glenn Maynard
2007-04-25 00:23:09 +00:00
parent 73c6158bbe
commit 450ed7120b
5 changed files with 5 additions and 25 deletions
-1
View File
@@ -189,7 +189,6 @@ PrefsManager::PrefsManager() :
m_iCoinsPerCredit ( "CoinsPerCredit", 1 ),
m_iSongsPerPlay ( "SongsPerPlay", 3, ValidateSongsPerPlay ),
m_bDelayedCreditsReconcile ( "DelayedCreditsReconcile", false ),
m_bPickExtraStage ( "PickExtraStage", false ),
m_bComboContinuesBetweenSongs ( "ComboContinuesBetweenSongs", false ),
m_ShowSongOptions ( "ShowSongOptions", Maybe_YES ),
m_bDancePointsForOni ( "DancePointsForOni", false ),