removed door sound when opening/closing envelope request dialog
[rocksndiamonds.git] / src / tools.c
index 78f76fd8ce8f577f9ffdbc921a7964e24f7592da..4d8222e023cf196310b65e0a25d3fba33b84814c 100644 (file)
@@ -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++)
   {