resolve 5 analyzer warnings if no SND_LIB_* define

This commit is contained in:
nhmall
2023-01-20 17:32:55 -05:00
parent 5e920a7f94
commit 28cd188259
5 changed files with 12 additions and 7 deletions

View File

@@ -110,10 +110,11 @@ boulder_hits_pool(
the(xname(otmp)), fills_up ? "fills" : "falls into",
what);
} else if (!Deaf) {
if (lava)
if (lava) {
Soundeffect(se_sizzling, 100);
else
} else {
Soundeffect(se_splash, 100);
}
You_hear("a%s splash.", lava ? " sizzling" : "");
}
wake_nearto(rx, ry, 40);