mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-20 21:40:30 -07:00
Refactored Buffer class
This commit is contained in:
parent
65965ea3a2
commit
6d9afcdc29
165 changed files with 2763 additions and 2728 deletions
|
|
@ -36,19 +36,19 @@ public final class TextureOp19 extends TextureOp {
|
|||
@Override
|
||||
public final void method4629(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
||||
if (arg0 == 0) {
|
||||
this.anInt3860 = arg1.method2163();
|
||||
this.anInt3860 = arg1.g2();
|
||||
} else if (arg0 == 1) {
|
||||
this.anInt3843 = arg1.method2163();
|
||||
this.anInt3843 = arg1.g2();
|
||||
} else if (arg0 == 2) {
|
||||
this.anInt3848 = arg1.method2163();
|
||||
this.anInt3848 = arg1.g2();
|
||||
} else if (arg0 == 3) {
|
||||
this.anInt3854 = arg1.method2163();
|
||||
this.anInt3854 = arg1.g2();
|
||||
} else if (arg0 == 4) {
|
||||
this.anInt3847 = arg1.method2163();
|
||||
this.anInt3847 = arg1.g2();
|
||||
} else if (arg0 == 5) {
|
||||
this.anInt3844 = arg1.method2163();
|
||||
this.anInt3844 = arg1.g2();
|
||||
} else if (arg0 == 6) {
|
||||
this.anInt3862 = arg1.method2163();
|
||||
this.anInt3862 = arg1.g2();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue