mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-18 00:45:14 -06:00
Renamed bunch of variables in all Type classes
This commit is contained in:
parent
d2c6c19cb8
commit
a3420acc1c
121 changed files with 1408 additions and 1408 deletions
|
|
@ -47,9 +47,9 @@ public final class Static178 {
|
|||
@Pc(27) int local27 = 0;
|
||||
for (@Pc(29) int local29 = 0; local29 < local19.objectIds.length; local29++) {
|
||||
if (local19.objectIds[local29] >= 0 && Static170.anInt3245 > local19.objectIds[local29]) {
|
||||
@Pc(56) ObjType local56 = Static71.method1439(local19.objectIds[local29]);
|
||||
if (local56.aClass133_6 != null) {
|
||||
@Pc(68) IntNode local68 = (IntNode) local56.aClass133_6.get((long) arg2);
|
||||
@Pc(56) ObjType local56 = Static71.get(local19.objectIds[local29]);
|
||||
if (local56.params != null) {
|
||||
@Pc(68) IntNode local68 = (IntNode) local56.params.get((long) arg2);
|
||||
if (local68 != null) {
|
||||
if (arg0) {
|
||||
local27 += local19.anIntArray422[local29] * local68.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue