yet another jukebox and musicplayer patch

This commit is contained in:
minjaesong
2024-01-28 03:49:39 +09:00
parent add263620e
commit b5f487fe2f
4 changed files with 17 additions and 13 deletions

View File

@@ -88,7 +88,7 @@ class FixtureJukebox : Electric, PlaysMusic {
// supress the normal background music playback
if (musicIsPlaying && !flagDespawn) {
// (INGAME.musicGovernor as TerrarumMusicGovernor).stopMusic()
(INGAME.musicGovernor as TerrarumMusicGovernor).stopMusic(this, false)
}
}