mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Refactored SignLink classes
This commit is contained in:
parent
8a35c73f76
commit
38800991cb
49 changed files with 741 additions and 748 deletions
|
|
@ -41,12 +41,12 @@ public final class Static81 {
|
|||
if (local28 == null) {
|
||||
arg0 = -1;
|
||||
} else {
|
||||
GameShell.signLink.method5113(local28.method301(), local28.anInt1860, GameShell.canvas, new Point(local24.anInt2852, local24.anInt2850), local28.anInt1866);
|
||||
GameShell.signLink.setCursor(local28.method301(), local28.anInt1860, GameShell.canvas, new Point(local24.anInt2852, local24.anInt2850), local28.anInt1866);
|
||||
Static115.anInt2941 = arg0;
|
||||
}
|
||||
}
|
||||
if (arg0 == -1 && Static115.anInt2941 != -1) {
|
||||
GameShell.signLink.method5113(null, -1, GameShell.canvas, new Point(), -1);
|
||||
GameShell.signLink.setCursor(null, -1, GameShell.canvas, new Point(), -1);
|
||||
Static115.anInt2941 = -1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue