From: Holger Schemel Date: Mon, 19 Oct 1998 23:30:57 +0000 (+0200) Subject: rnd-19981020-2 X-Git-Tag: 1.2.0^2~50 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=a3e03699f98cea96701f985296056f6974d9305c rnd-19981020-2 --- diff --git a/src/tools.c b/src/tools.c index 0b33994c..9e0ec679 100644 --- a/src/tools.c +++ b/src/tools.c @@ -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)