Added preference for showing multiple toasties in one song. Added IsWaiting to Transition.

This commit is contained in:
Kyzentun
2015-04-18 08:52:57 -06:00
parent 862eba8f7d
commit 9314555e6d
8 changed files with 17 additions and 5 deletions
+1
View File
@@ -223,6 +223,7 @@ PrefsManager::PrefsManager() :
m_iSongsPerPlay ( "SongsPerPlay", 3, ValidateSongsPerPlay ),
m_bDelayedCreditsReconcile ( "DelayedCreditsReconcile", false ),
m_bComboContinuesBetweenSongs ( "ComboContinuesBetweenSongs", false ),
m_AllowMultipleToasties("AllowMultipleToasties", true),
m_MinTNSToHideNotes("MinTNSToHideNotes", TNS_W3),
m_ShowSongOptions ( "ShowSongOptions", Maybe_NO ),
m_bDancePointsForOni ( "DancePointsForOni", true ),