mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Renamed midi/sound functions
This commit is contained in:
parent
2b59a97e7a
commit
9789c5b66e
30 changed files with 1096 additions and 1099 deletions
|
|
@ -332,13 +332,13 @@ public final class client extends GameShell {
|
|||
if (local37) {
|
||||
MusicPlayer.groupId = MusicPlayer.titleSong;
|
||||
if (Preferences.musicVolume == 0) {
|
||||
MidiPlayer.method801();
|
||||
MidiPlayer.playFadeOut();
|
||||
} else {
|
||||
MidiPlayer.playFadeOut(MusicPlayer.titleSong, js5Archive6, 255);
|
||||
}
|
||||
js5NetQueue.writeLoggedIn(false);
|
||||
} else {
|
||||
MidiPlayer.method801();
|
||||
MidiPlayer.playFadeOut();
|
||||
js5NetQueue.writeLoggedIn(true);
|
||||
}
|
||||
}
|
||||
|
|
@ -543,7 +543,7 @@ public final class client extends GameShell {
|
|||
Static206.anInt4774 = (int) (Math.random() * 110.0D) - 55;
|
||||
Static241.aBoolean302 = false;
|
||||
MiniMap.anInt4130 = (int) (Math.random() * 30.0D) - 20;
|
||||
SoundPlayer.anInt4451 = 0;
|
||||
SoundPlayer.size = 0;
|
||||
LoginManager.mapFlagX = 0;
|
||||
MiniMap.anInt1814 = (int) (Math.random() * 120.0D) - 60;
|
||||
Chat.size = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue