mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 20:40:20 -07:00
Renamed midi/sound functions
This commit is contained in:
parent
2b59a97e7a
commit
9789c5b66e
30 changed files with 1096 additions and 1099 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue