mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 09:30:22 -07:00
Renamed Static239 to GlRenderer, started refactoring
This commit is contained in:
parent
ddbfcb0e86
commit
8119ba8336
125 changed files with 962 additions and 962 deletions
|
|
@ -33,11 +33,11 @@ public final class Static155 {
|
|||
@OriginalMember(owner = "client!me", name = "a", descriptor = "(ZLclient!na;I)V")
|
||||
public static void method2941(@OriginalArg(0) boolean arg0, @OriginalArg(1) JagString arg1) {
|
||||
@Pc(8) short[] local8 = new short[16];
|
||||
@Pc(12) JagString local12 = arg1.method3114();
|
||||
@Pc(12) JagString local12 = arg1.toLowerCase();
|
||||
@Pc(14) int local14 = 0;
|
||||
for (@Pc(16) int local16 = 0; local16 < Static170.anInt3245; local16++) {
|
||||
@Pc(27) ObjType local27 = Static71.method1439(local16);
|
||||
if ((!arg0 || local27.aBoolean132) && local27.anInt2358 == -1 && local27.anInt2334 == -1 && local27.anInt2370 == 0 && local27.aClass100_495.method3114().method3131(local12) != -1) {
|
||||
if ((!arg0 || local27.aBoolean132) && local27.anInt2358 == -1 && local27.anInt2334 == -1 && local27.anInt2370 == 0 && local27.aClass100_495.toLowerCase().indexOf(local12) != -1) {
|
||||
if (local14 >= 250) {
|
||||
Static169.aShortArray52 = null;
|
||||
Static111.anInt2905 = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue