From ae4ea9eda2af299797def3be51580156398b07c2 Mon Sep 17 00:00:00 2001 From: Sally Coolatta Date: Sat, 15 Aug 2020 22:29:55 -0400 Subject: [PATCH] Fix sound effects --- src/sounds.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sounds.c b/src/sounds.c index 755a36dc8..a6a788ffc 100644 --- a/src/sounds.c +++ b/src/sounds.c @@ -217,7 +217,6 @@ sfxinfo_t S_sfx[NUMSFX] = {"vwre", false, 200, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Clone fighter!"}, {"bowl", false, 32, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Bowling"}, {"chuchu", false, 32, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Train horn"}, - {"bsnipe", false, 200, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Home-run smash"}, {"sprong", false, 112, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Power spring"}, {"lvfal1", true, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "Rumble"}, {"pscree", false, 64, 0, -1, NULL, 0, -1, -1, LUMPERROR, "SCREE!"},