Addition of attack/mine sound options to Graphics/Sound Option screen.

This commit is contained in:
Mike Hawkins
2008-05-13 01:18:10 +00:00
parent 34ce2ce7cb
commit 7a6b50b7ba
7 changed files with 25 additions and 1 deletions
@@ -738,6 +738,8 @@ static void InitializeConfOptions()
c.AddOption( ssprintf("%+i ms", i) );
ADD( c );
}
ADD( ConfOption( "EnableAttackSounds", MovePref<bool>, "No","Yes" ) );
ADD( ConfOption( "EnableMineHitSound", MovePref<bool>, "No","Yes" ) );
/* Editor options */
ADD( ConfOption( "EditorShowBGChangesPlay", MovePref<bool>, "Hide","Show") );