mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35: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
|
|
@ -156,20 +156,20 @@ public final class Static158 {
|
|||
@Pc(125) int local125 = local113 + (Static238.regionBitPacked[local16] >> 8) * 64 - Static225.originX;
|
||||
@Pc(129) int local129 = local103 & 0x3F;
|
||||
@Pc(142) int local142 = local129 + (Static238.regionBitPacked[local16] & 0xFF) * 64 - Static142.originZ;
|
||||
@Pc(148) NpcType local148 = Static214.method4363(local74.g2());
|
||||
if (Static175.npcs[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.anInt3713 + local125 < 104 && local142 >= 0 && local142 + local148.anInt3713 < 104) {
|
||||
@Pc(148) NpcType local148 = Static214.get(local74.g2());
|
||||
if (Static175.npcs[local97] == null && (local148.aByte10 & 0x1) > 0 && local107 == Static41.anInt1316 && local125 >= 0 && local148.soze + local125 < 104 && local142 >= 0 && local142 + local148.soze < 104) {
|
||||
Static175.npcs[local97] = new Npc();
|
||||
@Pc(198) Npc local198 = Static175.npcs[local97];
|
||||
Static33.anIntArray79[Static272.anInt5214++] = local97;
|
||||
local198.anInt3430 = Static83.loop;
|
||||
local198.method2698(local148);
|
||||
local198.method2692(local198.type.anInt3713);
|
||||
local198.method2692(local198.type.soze);
|
||||
local198.anInt3400 = local198.anInt3381 = Static56.anIntArray141[local198.type.aByte11];
|
||||
local198.anInt3376 = local198.type.anInt3733;
|
||||
if (local198.anInt3376 == 0) {
|
||||
local198.anInt3381 = 0;
|
||||
}
|
||||
local198.anInt3365 = local198.type.anInt3737;
|
||||
local198.anInt3365 = local198.type.basId;
|
||||
local198.method2683(local198.getSize(), local125, local142, true);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue