X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fmain.c;h=7c1ac0c525eb6b51e45d74c9611f430f1e86d996;hp=375e74f2c10ee1b3865e6edcfa2134e9e61f568c;hb=7ff43d7ba40390c41b10888aad0a35dfe3cad82a;hpb=fd38efeb44f3bb6bfaa71351c202fd4fe78c5d16 diff --git a/src/main.c b/src/main.c index 375e74f2..7c1ac0c5 100644 --- a/src/main.c +++ b/src/main.c @@ -225,6 +225,7 @@ struct SoundEffectInfo sound_effects[] = { "amoeba.dropping", SND_FILE_UNDEFINED }, { "acid.splashing", "blurb.wav" }, { "quicksand.filling", SND_FILE_UNDEFINED }, + { "quicksand.slipping_through", SND_FILE_UNDEFINED }, { "quicksand.emptying", SND_FILE_UNDEFINED }, { "exit.opening", "oeffnen.wav" }, { "exit.entering", "buing.wav" }, @@ -263,8 +264,8 @@ struct SoundEffectInfo sound_effects[] = { "timegate.passing", "gate.wav" }, { "conveyor_belt_switch.activating", SND_FILE_UNDEFINED }, { "conveyor_belt.running", SND_FILE_UNDEFINED }, - { "light.activating", SND_FILE_UNDEFINED }, - { "light.deactivating", SND_FILE_UNDEFINED }, + { "light_switch.activating", SND_FILE_UNDEFINED }, + { "light_switch.deactivating", SND_FILE_UNDEFINED }, /* sounds for DX Boulderdash style elements and actions */ { "dx_bomb.pushing", "pusch.wav" },