mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Refactored more CS2 stuff
This commit is contained in:
parent
e5eeecd0ad
commit
79fdaf96f8
154 changed files with 1382 additions and 1378 deletions
|
|
@ -31,8 +31,8 @@ public final class Static182 {
|
|||
if (GlRenderer.enabled || arg0) {
|
||||
local9 = GameShell.canvasHeight;
|
||||
@Pc(15) int local15 = local9 * 956 / 503;
|
||||
Static78.aClass3_Sub2_Sub1_3.method1419((GameShell.canvasWidth - local15) / 2, 0, local15, local9);
|
||||
Static243.aClass36_1.method3336(GameShell.canvasWidth / 2 - Static243.aClass36_1.anInt4270 / 2, 18);
|
||||
Static78.titleBg.renderResizedTransparent((GameShell.canvasWidth - local15) / 2, 0, local15, local9);
|
||||
Static243.logo.renderTransparent(GameShell.canvasWidth / 2 - Static243.logo.width / 2, 18);
|
||||
}
|
||||
arg1.method2875(LocalizedText.GAME0_LOADING, GameShell.canvasWidth / 2, GameShell.canvasHeight / 2 - 26, 16777215, -1);
|
||||
local9 = GameShell.canvasHeight / 2 - 18;
|
||||
|
|
@ -51,8 +51,8 @@ public final class Static182 {
|
|||
}
|
||||
|
||||
@OriginalMember(owner = "client!oj", name = "a", descriptor = "(IZIJI)Lclient!na;")
|
||||
public static JagString method3360(@OriginalArg(0) int arg0, @OriginalArg(1) boolean arg1, @OriginalArg(2) int arg2, @OriginalArg(3) long arg3) {
|
||||
@Pc(9) JagString local9 = Static87.method1804(0);
|
||||
public static JagString valueToBase10String(@OriginalArg(0) int arg0, @OriginalArg(1) boolean arg1, @OriginalArg(2) int arg2, @OriginalArg(3) long arg3) {
|
||||
@Pc(9) JagString local9 = Static87.allocate(0);
|
||||
if (arg3 < 0L) {
|
||||
arg3 = -arg3;
|
||||
local9.method3113(Static73.aClass100_453);
|
||||
|
|
@ -71,7 +71,7 @@ public final class Static182 {
|
|||
local26 = Static30.aClass100_185;
|
||||
local28 = Static244.aClass100_1017;
|
||||
}
|
||||
@Pc(59) JagString local59 = Static87.method1804(0);
|
||||
@Pc(59) JagString local59 = Static87.allocate(0);
|
||||
@Pc(61) int local61;
|
||||
for (local61 = 0; local61 < arg2; local61++) {
|
||||
local59.method3113(Static123.parseInt((int) (arg3 % 10L)));
|
||||
|
|
@ -82,7 +82,7 @@ public final class Static182 {
|
|||
if (arg3 == 0L) {
|
||||
local137 = Static6.aClass100_17;
|
||||
} else {
|
||||
@Pc(95) JagString local95 = Static87.method1804(0);
|
||||
@Pc(95) JagString local95 = Static87.allocate(0);
|
||||
while (arg3 > 0L) {
|
||||
if (arg1 && local61 != 0 && local61 % 3 == 0) {
|
||||
local95.method3113(local26);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue