mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Move packets to Protocol class, general refactoring
This commit is contained in:
parent
b3a5fdbec9
commit
49ccfc34ec
142 changed files with 3092 additions and 3089 deletions
|
|
@ -20,7 +20,7 @@ public final class Static260 {
|
|||
if (Static233.anInt5217 >= 100) {
|
||||
@Pc(30) int local30 = Static251.anInt5449 * 128 + 64;
|
||||
@Pc(36) int local36 = Static265.anInt5765 * 128 + 64;
|
||||
@Pc(44) int local44 = SceneGraph.getTileHeight(Static55.level, local30, local36) - Static57.anInt1744;
|
||||
@Pc(44) int local44 = SceneGraph.getTileHeight(Player.level, local30, local36) - Static57.anInt1744;
|
||||
@Pc(49) int local49 = local44 - Static5.anInt40;
|
||||
@Pc(54) int local54 = local30 - Static138.renderX;
|
||||
@Pc(59) int local59 = local36 - Static134.renderZ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue