mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-14 23:15:12 -06:00
Rename Class209 to MonotonicClock
This commit is contained in:
parent
cb9188b076
commit
a7355ebbb3
18 changed files with 44 additions and 44 deletions
|
|
@ -111,14 +111,14 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
Static69.aBoolean115 = true;
|
||||
Static26.aBoolean59 = true;
|
||||
Static35.aBoolean66 = false;
|
||||
Static243.aLong178 = Class209.method5096();
|
||||
Static243.aLong178 = MonotonicClock.method5096();
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!rc", name = "destroy", descriptor = "()V")
|
||||
@Override
|
||||
public final void destroy() {
|
||||
if (Static230.anApplet_Sub1_1 == this && !Static58.aBoolean101) {
|
||||
Static72.aLong74 = Class209.method5096();
|
||||
Static72.aLong74 = MonotonicClock.method5096();
|
||||
Static231.method3983(5000L);
|
||||
Static69.aClass213_4 = null;
|
||||
this.method931(false);
|
||||
|
|
@ -167,7 +167,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
return;
|
||||
}
|
||||
Static69.aBoolean115 = true;
|
||||
if (Static236.aBoolean256 && !Static239.aBoolean269 && Class209.method5096() - Static243.aLong178 > 1000L) {
|
||||
if (Static236.aBoolean256 && !Static239.aBoolean269 && MonotonicClock.method5096() - Static243.aLong178 > 1000L) {
|
||||
@Pc(29) Rectangle local29 = arg0.getClipBounds();
|
||||
if (local29 == null || local29.width >= Static72.anInt2046 && Static122.anInt3045 <= local29.height) {
|
||||
Static35.aBoolean66 = true;
|
||||
|
|
@ -225,7 +225,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
|
||||
@OriginalMember(owner = "client!rc", name = "b", descriptor = "(Z)V")
|
||||
private void method932() {
|
||||
@Pc(6) long local6 = Class209.method5096();
|
||||
@Pc(6) long local6 = MonotonicClock.method5096();
|
||||
@Pc(10) long local10 = Static228.aLongArray8[Static261.anInt5741];
|
||||
Static228.aLongArray8[Static261.anInt5741] = local6;
|
||||
Static261.anInt5741 = Static261.anInt5741 + 1 & 0x1F;
|
||||
|
|
@ -239,7 +239,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
|
||||
@OriginalMember(owner = "client!rc", name = "e", descriptor = "(I)V")
|
||||
private void method933() {
|
||||
@Pc(2) long local2 = Class209.method5096();
|
||||
@Pc(2) long local2 = MonotonicClock.method5096();
|
||||
@Pc(6) long local6 = Static7.aLongArray2[Static111.anInt2903];
|
||||
Static7.aLongArray2[Static111.anInt2903] = local2;
|
||||
Static111.anInt2903 = Static111.anInt2903 + 1 & 0x1F;
|
||||
|
|
@ -323,7 +323,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
Static260.aClass27_2 = Static131.method2579(Static254.anInt5554, Static48.anInt1448, Static154.aCanvas1);
|
||||
this.method935();
|
||||
Static200.aClass93_1 = Static70.method1547();
|
||||
while (Static72.aLong74 == 0L || Static72.aLong74 > Class209.method5096()) {
|
||||
while (Static72.aLong74 == 0L || Static72.aLong74 > MonotonicClock.method5096()) {
|
||||
Static227.anInt5097 = Static200.aClass93_1.method3391(Static226.anInt5081, Static11.anInt386);
|
||||
for (local76 = 0; local76 < Static227.anInt5097; local76++) {
|
||||
this.method932();
|
||||
|
|
@ -355,7 +355,7 @@ public abstract class GameShell extends Applet implements Runnable, FocusListene
|
|||
@Override
|
||||
public final void stop() {
|
||||
if (Static230.anApplet_Sub1_1 == this && !Static58.aBoolean101) {
|
||||
Static72.aLong74 = Class209.method5096() + 4000L;
|
||||
Static72.aLong74 = MonotonicClock.method5096() + 4000L;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue