Renamed midi/sound functions

This commit is contained in:
Pazaz 2022-06-27 13:08:03 -04:00
parent 2b59a97e7a
commit 9789c5b66e
30 changed files with 1096 additions and 1099 deletions

View file

@ -3746,7 +3746,7 @@ public final class ScriptRunner {
}
if (int1 != Preferences.musicVolume) {
if (Preferences.musicVolume == 0 && MusicPlayer.groupId != -1) {
MidiPlayer.method2410(client.js5Archive6, MusicPlayer.groupId, int1);
MidiPlayer.playImmediate(client.js5Archive6, MusicPlayer.groupId, int1);
MidiPlayer.jingle = false;
} else if (int1 == 0) {
MidiPlayer.method4548();