From 536cc9aaf6324322e9575c5965a6dfeecc449187 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 25 Feb 2023 14:26:15 -0500 Subject: [PATCH] include the two new sounds to list of sought files --- src/sounds.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sounds.c b/src/sounds.c index 54e765746..d421dbae1 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -2132,6 +2132,8 @@ static const struct soundeffect_automapping { se_bars_clonk, "bars_clonk" }, { se_boomerang_klonk, "boomerang_klonk" }, { se_bang_weapon_side, "bang_weapon_side" }, + { se_chirp, "chirp" }, + { se_croc_bellow, "croc_bellow" }, }; static const char *semap_basenames[SIZE(se_mappings_init)];