mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-28 05:45:15 -06:00
Reorganized some static classes and deleted empty leftover ones
This commit is contained in:
parent
8708007fd1
commit
53d9d9d904
55 changed files with 430 additions and 559 deletions
|
|
@ -11,11 +11,11 @@ public final class Static126 {
|
|||
Static96.method1949(InterfaceList.topLevelInterface);
|
||||
}
|
||||
for (@Pc(15) int local15 = 0; local15 < InterfaceList.rectangles; local15++) {
|
||||
if (Static186.aBooleanArray100[local15]) {
|
||||
if (InterfaceList.aBooleanArray100[local15]) {
|
||||
InterfaceList.rectangleRedraw[local15] = true;
|
||||
}
|
||||
Static223.aBooleanArray116[local15] = Static186.aBooleanArray100[local15];
|
||||
Static186.aBooleanArray100[local15] = false;
|
||||
Static223.aBooleanArray116[local15] = InterfaceList.aBooleanArray100[local15];
|
||||
InterfaceList.aBooleanArray100[local15] = false;
|
||||
}
|
||||
Static97.anInt2503 = -1;
|
||||
Static169.mouseOverInventoryInterface = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue