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
|
|
@ -231,13 +231,13 @@ public final class DisplayMode {
|
|||
aBoolean156 = false;
|
||||
}
|
||||
if (InterfaceList.topLevelInterface != -1) {
|
||||
Static210.method3712(true);
|
||||
InterfaceList.method3712(true);
|
||||
}
|
||||
if (Protocol.socket != null && (client.gameState == 30 || client.gameState == 25)) {
|
||||
ClientProt.method1373();
|
||||
}
|
||||
for (@Pc(466) int local466 = 0; local466 < 100; local466++) {
|
||||
Static186.aBooleanArray100[local466] = true;
|
||||
InterfaceList.aBooleanArray100[local466] = true;
|
||||
}
|
||||
GameShell.fullRedraw = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue