X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Fconf_snd.c;h=27b664b0f2c46306b288aa37685930342834cc35;hb=2a8b100c02ff1e102b30cb5f0e9345ba531e06c2;hp=8a90bea9ed1ea548aef2594ebdd7654e18f0cbb8;hpb=750338586791fbdc6d34ab20b5bd659573faf111;p=rocksndiamonds.git diff --git a/src/conf_snd.c b/src/conf_snd.c index 8a90bea9..27b664b0 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -71,6 +71,7 @@ struct ConfigInfo sound_config[] = { "[sp_port].passing", "gate.wav" }, { "[sp_exit].passing", "exit.wav" }, { "[sp_exit].opening", UNDEFINED_FILENAME }, + { "[sp_exit].closing", UNDEFINED_FILENAME }, { "sp_sniksnak.moving", UNDEFINED_FILENAME }, { "sp_sniksnak.waiting", UNDEFINED_FILENAME }, { "sp_electron.moving", UNDEFINED_FILENAME }, @@ -125,6 +126,7 @@ struct ConfigInfo sound_config[] = { "[quicksand].filling", UNDEFINED_FILENAME }, { "[quicksand].emptying", UNDEFINED_FILENAME }, { "[exit].opening", "oeffnen.wav" }, + { "[exit].closing", "oeffnen.wav" }, { "[exit].passing", "buing.wav" }, { "penguin.passing", "buing.wav" }, @@ -144,7 +146,9 @@ struct ConfigInfo sound_config[] = { "pearl.impact", "pling.wav" }, { "crystal.collecting", "pong.wav" }, { "crystal.impact", "pling.wav" }, - { "envelope.collecting", "pong.wav" }, + { "[envelope].collecting", "pong.wav" }, + { "[envelope].opening", UNDEFINED_FILENAME }, + { "[envelope].closing", UNDEFINED_FILENAME }, { "invisible_sand.digging", "schlurf.wav" }, { "shield_normal.collecting", "pong.wav" }, { "shield_normal.active", UNDEFINED_FILENAME },