mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 02:20:22 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 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.objectSpriteCache.method3106(local37);
|
||||
@Pc(43) Sprite local43 = (Sprite) Static118.objectSpriteCache.get(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.objectSpriteCache.method3095(local43, local37);
|
||||
Static118.objectSpriteCache.put(local43, local37);
|
||||
}
|
||||
return local43;
|
||||
}
|
||||
|
|
@ -50,7 +50,7 @@ public final class Static190 {
|
|||
@OriginalMember(owner = "client!pf", name = "a", descriptor = "(III)V")
|
||||
public static void method3444(@OriginalArg(0) int arg0, @OriginalArg(1) int arg1) {
|
||||
@Pc(14) DelayedStateChange local14 = Static238.method4143(13, arg1);
|
||||
local14.method1017();
|
||||
local14.pushServer();
|
||||
local14.intArg1 = arg0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue