mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Moved around some Static fields/methods, named LocType opcode 74
This commit is contained in:
parent
82c75b3ec9
commit
5e66d3ba01
95 changed files with 946 additions and 993 deletions
|
|
@ -35,8 +35,8 @@ public final class MouseRecorder implements Runnable {
|
|||
@Pc(12) Object local12 = this.lock;
|
||||
synchronized (this.lock) {
|
||||
if (this.samples < 500) {
|
||||
this.x[this.samples] = Mouse.anInt4873;
|
||||
this.y[this.samples] = Mouse.anInt5032;
|
||||
this.x[this.samples] = Mouse.lastMouseX;
|
||||
this.y[this.samples] = Mouse.lastMouseY;
|
||||
this.samples++;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue