Event mode overrides on locked status

This commit is contained in:
Mike Hawkins
2008-05-15 02:22:14 +00:00
parent dd347e27c5
commit d6d98bd474
3 changed files with 28 additions and 0 deletions
+4
View File
@@ -232,6 +232,10 @@ PrefsManager::PrefsManager() :
m_bEnableAttackSoundPlayback ( "EnableAttackSounds", true ),
m_bEnableMineSoundPlayback ( "EnableMineHitSound", true ),
m_bEventIgnoredLockStatusCS ( "EventModeShowsHiddenOrLockedCoursesAndSongs", false ),
m_bEventIgnoredLockStatusMod ( "EventModeShowsLockedModifiers", false ),
m_bEventIgnoredLockStatusStep ( "EventModeShowsLockedSteps", false ),
m_bSignProfileData ( "SignProfileData", false ),
m_CourseSortOrder ( "CourseSortOrder", COURSE_SORT_SONGS ),
m_bSubSortByNumSteps ( "SubSortByNumSteps", false ),