update client to rev 183
This commit is contained in:
@@ -6,18 +6,18 @@ import net.runelite.mapping.ObfuscatedSignature;
|
||||
@ObfuscatedName("gy")
|
||||
@Implements("MusicTrack")
|
||||
public class MusicTrack extends Node {
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
signature = "Llm;"
|
||||
)
|
||||
@Export("table")
|
||||
NodeHashTable table;
|
||||
@ObfuscatedName("j")
|
||||
@ObfuscatedName("x")
|
||||
@Export("midi")
|
||||
byte[] midi;
|
||||
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lky;)V"
|
||||
signature = "(Lkz;)V"
|
||||
)
|
||||
MusicTrack(Buffer var1) {
|
||||
var1.offset = var1.array.length - 3;
|
||||
@@ -196,7 +196,7 @@ public class MusicTrack extends Node {
|
||||
int[] var59 = new int[128];
|
||||
var28 = 0;
|
||||
|
||||
label224:
|
||||
label230:
|
||||
for (int var60 = 0; var60 < var2; ++var60) {
|
||||
var51.writeInt(1297379947);
|
||||
var51.offset += 4;
|
||||
@@ -218,7 +218,7 @@ public class MusicTrack extends Node {
|
||||
var51.writeByte(47);
|
||||
var51.writeByte(0);
|
||||
var51.writeLengthInt(var51.offset - var61);
|
||||
continue label224;
|
||||
continue label230;
|
||||
}
|
||||
|
||||
if (var64 == 23) {
|
||||
@@ -335,8 +335,8 @@ public class MusicTrack extends Node {
|
||||
|
||||
}
|
||||
|
||||
@ObfuscatedName("j")
|
||||
void method3853() {
|
||||
@ObfuscatedName("x")
|
||||
void method3902() {
|
||||
if (this.table == null) {
|
||||
this.table = new NodeHashTable(16);
|
||||
int[] var1 = new int[16];
|
||||
@@ -353,7 +353,7 @@ public class MusicTrack extends Node {
|
||||
var4.markTrackPosition(var6);
|
||||
}
|
||||
|
||||
label52:
|
||||
label53:
|
||||
do {
|
||||
while (true) {
|
||||
var6 = var4.getPrioritizedTrack();
|
||||
@@ -365,7 +365,7 @@ public class MusicTrack extends Node {
|
||||
if (var8 == 1) {
|
||||
var4.setTrackDone();
|
||||
var4.markTrackPosition(var6);
|
||||
continue label52;
|
||||
continue label53;
|
||||
}
|
||||
|
||||
int var9 = var8 & 240;
|
||||
@@ -416,13 +416,13 @@ public class MusicTrack extends Node {
|
||||
}
|
||||
}
|
||||
|
||||
@ObfuscatedName("i")
|
||||
@ObfuscatedName("t")
|
||||
@Export("clear")
|
||||
void clear() {
|
||||
this.table = null;
|
||||
}
|
||||
|
||||
@ObfuscatedName("s")
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
signature = "(Lhz;II)Lgy;"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user