From e4f4318b62144318643e3b06a277d4e60974ea82 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 6 Dec 2024 19:40:09 +0100 Subject: [PATCH] added sounds for BD style bubble when moving/pushing --- src/conf_snd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/conf_snd.c b/src/conf_snd.c index 01061b1e..fc37b0ae 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -103,6 +103,8 @@ struct ConfigInfo sound_config[] = { "bdx_pneumatic_hammer.active", "hammer.wav" }, { "bdx_covered.active", "jingle.wav" }, { "bdx_inbox.opening", "crash.wav" }, + { "bdx_bubble.moving", "blurb.wav" }, + { "bdx_bubble.pushing", "blurb.wav" }, // sounds for Supaplex style elements and actions { "sp_base.digging", "base.wav" }, -- 2.34.1