Move Player-specific preferences to Player.cpp.

This commit is contained in:
Steve Checkoway
2008-05-15 10:05:48 +00:00
parent fe07a07fa3
commit 67ebd51321
3 changed files with 6 additions and 13 deletions
-3
View File
@@ -229,9 +229,6 @@ PrefsManager::PrefsManager() :
m_bTrilinearFiltering ( "TrilinearFiltering", false ),
m_bAnisotropicFiltering ( "AnisotropicFiltering", false ),
m_bEnableAttackSoundPlayback ( "EnableAttackSounds", true ),
m_bEnableMineSoundPlayback ( "EnableMineHitSound", true ),
m_bSignProfileData ( "SignProfileData", false ),
m_CourseSortOrder ( "CourseSortOrder", COURSE_SORT_SONGS ),
m_bSubSortByNumSteps ( "SubSortByNumSteps", false ),