Minimum1FullSongInCourses - > Minimum1FullSongInNonstop

This commit is contained in:
Chris Danford
2005-05-09 00:16:20 +00:00
parent a87bc7f657
commit c9ed474856
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ PrefsManager::PrefsManager() :
m_iMaxRegenComboAfterMiss ( Options, "MaxRegenComboAfterMiss", 10 ),
m_bTwoPlayerRecovery ( Options, "TwoPlayerRecovery", true ),
m_bMercifulDrain ( Options, "MercifulDrain", true ), // negative life deltas are scaled by the players life percentage
m_bMinimum1FullSongInCourses ( Options, "Minimum1FullSongInCourses", false ), // FEoS for 1st song, FailImmediate thereafter
m_bMinimum1FullSongInNonstop ( Options, "Minimum1FullSongInNonstop", false ), // FEoS for 1st song, FailImmediate thereafter
m_bFailOffInBeginner ( Options, "FailOffInBeginner", false ),
m_bFailOffForFirstStageEasy ( Options, "FailOffForFirstStageEasy", false ),
m_bMercifulBeginner ( Options, "MercifulBeginner", false ),