mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -07:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -35,14 +35,14 @@ public final class Static190 {
|
|||
public static Sprite method3443(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1, @OriginalArg(2) boolean arg2, @OriginalArg(3) int arg3, @OriginalArg(4) int arg4) {
|
||||
@Pc(27) int local27 = (arg2 ? 65536 : 0) + arg1 + (arg0 << 17) + (arg4 << 19);
|
||||
@Pc(37) long local37 = (long) local27 * 3849834839L + (long) arg3 * 3147483667L;
|
||||
@Pc(43) Sprite local43 = (Sprite) Static118.aClass99_16.method3106(local37);
|
||||
@Pc(43) Sprite local43 = (Sprite) Static118.objectSpriteCache.method3106(local37);
|
||||
if (local43 != null) {
|
||||
return local43;
|
||||
}
|
||||
Rasteriser.textureHasTransparency = false;
|
||||
local43 = Static164.method3150(arg4, false, arg1, arg2, arg0, arg3, false);
|
||||
if (local43 != null && !Rasteriser.textureHasTransparency) {
|
||||
Static118.aClass99_16.method3095(local43, local37);
|
||||
Static118.objectSpriteCache.method3095(local43, local37);
|
||||
}
|
||||
return local43;
|
||||
}
|
||||
|
|
@ -58,6 +58,6 @@ public final class Static190 {
|
|||
public static void method3447() {
|
||||
Static27.aClass99_4.method3102(5);
|
||||
Static244.aClass99_32.method3102(5);
|
||||
Static118.aClass99_16.method3102(5);
|
||||
Static118.objectSpriteCache.method3102(5);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue