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
-4
View File
@@ -186,10 +186,6 @@ public:
Preference<bool> m_bCelShadeModels;
Preference<bool> m_bPreferredSortUsesGroups;
// Options to enable/disable the playback of attack start/end sounds, and mine hit sounds
Preference<bool> m_bEnableAttackSoundPlayback;
Preference<bool> m_bEnableMineSoundPlayback;
// Number of seconds it takes for a button on the controller to release
// after pressed.
Preference<float> m_fPadStickSeconds;