mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-01 14:39:16 -06:00
JagString toString function, a few extra renames
This commit is contained in:
parent
0a6c38d78e
commit
08fa329cf9
7 changed files with 82 additions and 80 deletions
|
|
@ -74,7 +74,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
public static int frameHeight;
|
||||
|
||||
@OriginalMember(owner = "client!kd", name = "pb", descriptor = "I")
|
||||
public static int anInt3252;
|
||||
public static int clientBuild;
|
||||
|
||||
@OriginalMember(owner = "client!fl", name = "U", descriptor = "I")
|
||||
public static int frameWidth;
|
||||
|
|
@ -582,12 +582,12 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
@OriginalMember(owner = "client!rc", name = "a", descriptor = "(IIZILjava/lang/String;III)V")
|
||||
protected final void startApplication(@OriginalArg(0) int cacheId, @OriginalArg(4) String cacheSubDir) {
|
||||
try {
|
||||
canvasHeight = 768;
|
||||
frameHeight = 768;
|
||||
leftMargin = 0;
|
||||
anInt3252 = 530;
|
||||
canvasWidth = 1024;
|
||||
frameWidth = 1024;
|
||||
clientBuild = 530;
|
||||
frameWidth = 2500;
|
||||
frameHeight = 1400;
|
||||
canvasWidth = frameWidth;
|
||||
canvasHeight = frameHeight;
|
||||
topMargin = 0;
|
||||
instance = this;
|
||||
frame = new Frame();
|
||||
|
|
@ -637,7 +637,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
}
|
||||
instance = this;
|
||||
topMargin = 0;
|
||||
anInt3252 = 1530;
|
||||
clientBuild = 1530;
|
||||
canvasWidth = 765;
|
||||
frameWidth = 765;
|
||||
leftMargin = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue