mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-16 07:55:13 -06:00
More accurate Buffer naming, renamed allocation arrays
This commit is contained in:
parent
5e66d3ba01
commit
c5ef44dfcb
58 changed files with 891 additions and 896 deletions
|
|
@ -44,11 +44,11 @@ public final class TextureOp13 extends TextureOp {
|
|||
@Override
|
||||
public final void method4629(@OriginalArg(0) int arg0, @OriginalArg(1) Buffer arg1) {
|
||||
if (arg0 == 0) {
|
||||
this.anInt2546 = arg1.g2s();
|
||||
this.anInt2546 = arg1.g2b();
|
||||
} else if (arg0 == 1) {
|
||||
this.anInt2549 = (arg1.g1s() << 12) / 100;
|
||||
this.anInt2549 = (arg1.g1b() << 12) / 100;
|
||||
} else if (arg0 == 2) {
|
||||
this.anInt2547 = (arg1.g1s() << 12) / 100;
|
||||
this.anInt2547 = (arg1.g1b() << 12) / 100;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue