From: Holger Schemel Date: Tue, 5 Jan 2016 20:35:43 +0000 (+0100) Subject: removed door sound when opening/closing envelope request dialog X-Git-Tag: 4.0.0.0-rc1~100 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=914f37d8558323da672e5857f236a8f8056b0178 removed door sound when opening/closing envelope request dialog --- diff --git a/src/tools.c b/src/tools.c index 78f76fd8..4d8222e0 100644 --- a/src/tools.c +++ b/src/tools.c @@ -2391,13 +2391,6 @@ void AnimateEnvelopeRequest(int anim_mode, int action) ystart = yend; end = 0; } - else - { - if (action == ACTION_OPENING) - PlayMenuSoundStereo(SND_DOOR_OPENING, SOUND_MIDDLE); - else if (action == ACTION_CLOSING) - PlayMenuSoundStereo(SND_DOOR_CLOSING, SOUND_MIDDLE); - } for (i = start; i <= end; i++) {