mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 01:21:23 -07:00
Lots of login/js5/cs2 refactoring, rename Class3_Sub14 to GlTile
This commit is contained in:
parent
16e8148b7a
commit
e5eeecd0ad
168 changed files with 3168 additions and 3161 deletions
|
|
@ -52,7 +52,7 @@ public final class Static2 {
|
|||
@Pc(72) HookRequest local72;
|
||||
if (arg1 == 0 && local23.anObjectArray12 != null) {
|
||||
local72 = new HookRequest();
|
||||
local72.anObjectArray31 = local23.anObjectArray12;
|
||||
local72.arguments = local23.anObjectArray12;
|
||||
local72.source = local23;
|
||||
Static82.method1767(local72);
|
||||
}
|
||||
|
|
@ -64,7 +64,7 @@ public final class Static2 {
|
|||
}
|
||||
}
|
||||
local72 = new HookRequest();
|
||||
local72.anObjectArray31 = local23.anObjectArray8;
|
||||
local72.arguments = local23.anObjectArray8;
|
||||
local72.source = local23;
|
||||
Static82.method1767(local72);
|
||||
}
|
||||
|
|
@ -280,7 +280,7 @@ public final class Static2 {
|
|||
}
|
||||
} else if (local16 == 327) {
|
||||
arg0.modelXAngle = 150;
|
||||
arg0.modelYAngle = (int) (Math.sin((double) Static83.anInt372 / 40.0D) * 256.0D) & 0x7FF;
|
||||
arg0.modelYAngle = (int) (Math.sin((double) Static83.loop / 40.0D) * 256.0D) & 0x7FF;
|
||||
arg0.modelType = 5;
|
||||
arg0.modelId = -1;
|
||||
} else if (local16 == 328) {
|
||||
|
|
@ -288,7 +288,7 @@ public final class Static2 {
|
|||
arg0.modelId = 0;
|
||||
} else {
|
||||
arg0.modelXAngle = 150;
|
||||
arg0.modelYAngle = (int) (Math.sin((double) Static83.anInt372 / 40.0D) * 256.0D) & 0x7FF;
|
||||
arg0.modelYAngle = (int) (Math.sin((double) Static83.loop / 40.0D) * 256.0D) & 0x7FF;
|
||||
arg0.modelType = 5;
|
||||
arg0.modelId = ((int) Static173.self.aClass100_364.encode37() << 11) + 2047;
|
||||
arg0.anInt496 = Static173.self.anInt3388;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue