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

@@ -377,8 +377,8 @@ public class Instrument {
this.delayTime = var1.method48();
this.delayDecay = var1.method48();
this.duration = var1.method43();
this.offset = var1.method43();
this.duration = var1.readUnsignedShort();
this.offset = var1.readUnsignedShort();
this.filter = new AudioFilter();
this.field421 = new SoundEnvelope();
this.filter.method27(var1, this.field421);