]> granicus.if.org Git - nethack/commitdiff
include the two new sounds to list of sought files
authornhmall <nhmall@nethack.org>
Sat, 25 Feb 2023 19:26:15 +0000 (14:26 -0500)
committernhmall <nhmall@nethack.org>
Sat, 25 Feb 2023 19:26:15 +0000 (14:26 -0500)
src/sounds.c

index 54e765746a61626d1e22f60fe43253bd538d5a1a..d421dbae11c4476d2a8a9598ec852e14962f365b 100644 (file)
@@ -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)];