More rs-client refactoring

This commit is contained in:
Lucas
2019-07-06 14:26:03 +02:00
parent 1f984a81ca
commit 5d506e9bda
66 changed files with 519 additions and 493 deletions

View File

@@ -73,8 +73,8 @@ public class SoundEnvelope {
this.phases = new int[this.segments];
for (int var2 = 0; var2 < this.segments; ++var2) {
this.durations[var2] = var1.method43();
this.phases[var2] = var1.method43();
this.durations[var2] = var1.readUnsignedShort();
this.phases[var2] = var1.readUnsignedShort();
}
}