Fix compile and move these preferences into UnlockManager.

This commit is contained in:
Steve Checkoway
2008-05-15 09:57:29 +00:00
parent 9f0e7f02c6
commit fe07a07fa3
3 changed files with 9 additions and 14 deletions
-4
View File
@@ -232,10 +232,6 @@ 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 ),