mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 10:00:19 -07:00
Loads of refactoring, renamed Class3_Sub13 to EnumStringEntry too
This commit is contained in:
parent
e11ef7d372
commit
d2c6c19cb8
263 changed files with 2432 additions and 2436 deletions
|
|
@ -35,8 +35,8 @@ public final class Static250 {
|
|||
|
||||
@OriginalMember(owner = "client!uf", name = "a", descriptor = "(B)V")
|
||||
public static void method4273() {
|
||||
@Pc(14) int playerX = Static173.self.anInt3412 + Static132.anInt3291;
|
||||
@Pc(20) int playerZ = Static173.self.anInt3421 + Static206.anInt4774;
|
||||
@Pc(14) int playerX = Static173.self.xFine + Static132.anInt3291;
|
||||
@Pc(20) int playerZ = Static173.self.zFine + Static206.anInt4774;
|
||||
if (Static81.cameraX - playerX < -500 || Static81.cameraX - playerX > 500 || Static111.cameraZ - playerZ < -500 || Static111.cameraZ - playerZ > 500) {
|
||||
Static81.cameraX = playerX;
|
||||
Static111.cameraZ = playerZ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue