Playback enable/disable for attack and mine sounds

This commit is contained in:
Mike Hawkins
2008-05-10 19:10:22 +00:00
parent 52a33f48a6
commit 7d67bae8e0
3 changed files with 18 additions and 6 deletions
+4
View File
@@ -186,6 +186,10 @@ 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;