rnd-19981020-2
authorHolger Schemel <info@artsoft.org>
Mon, 19 Oct 1998 23:30:57 +0000 (01:30 +0200)
committerHolger Schemel <info@artsoft.org>
Sat, 30 Aug 2014 08:31:17 +0000 (10:31 +0200)
src/tools.c

index 0b33994c2c28f42dc1b9813628b1c345b8aefc88..9e0ec6793b001410a511504cf552070f5484595a 100644 (file)
@@ -1678,6 +1678,9 @@ unsigned int MoveDoor(unsigned int door_state)
     }
   }
 
+  if (setup.quick_doors)
+    StopSound(SND_OEFFNEN);
+
   if (door_state & DOOR_ACTION_1)
     door1 = door_state & DOOR_ACTION_1;
   if (door_state & DOOR_ACTION_2)