mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored SignLink classes
This commit is contained in:
parent
8a35c73f76
commit
38800991cb
49 changed files with 741 additions and 748 deletions
|
|
@ -21,10 +21,10 @@ public final class Static197 {
|
|||
|
||||
@OriginalMember(owner = "client!pm", name = "a", descriptor = "(ILsignlink!ll;)[Lclient!od;")
|
||||
public static Class114[] method3558(@OriginalArg(1) SignLink arg0) {
|
||||
if (!arg0.method5111()) {
|
||||
if (!arg0.isFullScreenSupported()) {
|
||||
return new Class114[0];
|
||||
}
|
||||
@Pc(17) PrivilegedRequest local17 = arg0.method5132();
|
||||
@Pc(17) PrivilegedRequest local17 = arg0.getDisplayModes();
|
||||
while (local17.status == 0) {
|
||||
Static231.sleep(10L);
|
||||
}
|
||||
|
|
@ -142,7 +142,7 @@ public final class Static197 {
|
|||
} else {
|
||||
Static260.frameBuffer = null;
|
||||
}
|
||||
@Pc(300) PrivilegedRequest local300 = GameShell.signLink.method5123(Static215.aClient1.getClass());
|
||||
@Pc(300) PrivilegedRequest local300 = GameShell.signLink.loadGlNatives(Static215.aClient1.getClass());
|
||||
while (local300.status == 0) {
|
||||
Static231.sleep(100L);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue