mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Started moving around static methods/fields
This commit is contained in:
parent
bed128bd19
commit
6ba1f2f808
305 changed files with 5027 additions and 5075 deletions
|
|
@ -30,8 +30,8 @@ public class TextureOpSprite extends TextureOp {
|
|||
} else if (this.anInt3235 < 0) {
|
||||
return false;
|
||||
} else {
|
||||
@Pc(43) SoftwareSprite local43 = Static215.anInt4868 < 0 ? Static164.method3117(Static176.aClass153_76, this.anInt3235) : Static78.method1693(this.anInt3235, Static176.aClass153_76, Static215.anInt4868);
|
||||
local43.method311();
|
||||
@Pc(43) SoftwareSprite local43 = Static215.anInt4868 < 0 ? Static164.method3117(Static176.aClass153_76, this.anInt3235) : SpriteLoader.loadSoftwareSprite(this.anInt3235, Static176.aClass153_76, Static215.anInt4868);
|
||||
local43.trim();
|
||||
this.anInt3240 = local43.anInt1859;
|
||||
this.anInt3239 = local43.anInt1867;
|
||||
this.anIntArray305 = local43.anIntArray20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue