From 914f37d8558323da672e5857f236a8f8056b0178 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Tue, 5 Jan 2016 21:35:43 +0100 Subject: [PATCH] removed door sound when opening/closing envelope request dialog --- src/tools.c | 7 ------- 1 file changed, 7 deletions(-) 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++) { -- 2.34.1