diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index ccd4ddc71..b77e55c6e 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -1249,7 +1249,7 @@ TerminateLevel(void) // Clear the tracks memset(Track, 0, sizeof(Track)); - StopSound(); + StopFX(); // Clear all anims and any memory associated with them // Clear before killing sprites - save a little time