mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-21 10:25:17 -06:00
Renamed midi/sound functions
This commit is contained in:
parent
2b59a97e7a
commit
9789c5b66e
30 changed files with 1096 additions and 1099 deletions
|
|
@ -414,9 +414,9 @@ public final class MidiInstrument extends Node {
|
|||
if (local8 != local35) {
|
||||
local8 = local35--;
|
||||
if ((local35 & 0x1) == 0) {
|
||||
local10 = arg1.method2738(local35 >> 2, arg0);
|
||||
local10 = arg1.getSynthSound(local35 >> 2, arg0);
|
||||
} else {
|
||||
local10 = arg1.method2741(local35 >> 2, arg0);
|
||||
local10 = arg1.getVorbisSound(local35 >> 2, arg0);
|
||||
}
|
||||
if (local10 == null) {
|
||||
local16 = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue