From: Holger Schemel Date: Tue, 9 Jun 2015 20:32:44 +0000 (+0200) Subject: added alternative (new) door sound X-Git-Tag: 4.0.0.0-rc1~180 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=6a0abfaaf87f8ae079c0baec627d0a89ae0336cc added alternative (new) door sound --- diff --git a/sounds/snd_classic/door.wav b/sounds/snd_classic/door.wav new file mode 100644 index 00000000..a0d0ded2 Binary files /dev/null and b/sounds/snd_classic/door.wav differ diff --git a/src/conf_snd.c b/src/conf_snd.c index c57e7ea1..9b18ed96 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -247,8 +247,8 @@ struct ConfigInfo sound_config[] = { "game.sokoban_solving", "buing.wav" }, /* sounds for other non-game actions */ - { "door.opening", "oeffnen.wav" }, - { "door.closing", "oeffnen.wav" }, + { "door.opening", "door.wav" }, + { "door.closing", "door.wav" }, { "request.opening", UNDEFINED_FILENAME }, { "request.closing", UNDEFINED_FILENAME },