mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-19 04:50:25 -07:00
Renamed MathUtil fields
This commit is contained in:
parent
28c3abbcfc
commit
bed128bd19
19 changed files with 160 additions and 160 deletions
|
|
@ -357,8 +357,8 @@ public abstract class PathingEntity extends Entity {
|
|||
if (local24 == 0 || local27 == 0) {
|
||||
return;
|
||||
}
|
||||
@Pc(39) int local39 = MathUtils.anIntArray223[arg1];
|
||||
@Pc(43) int local43 = MathUtils.anIntArray225[arg1];
|
||||
@Pc(39) int local39 = MathUtils.sin[arg1];
|
||||
@Pc(43) int local43 = MathUtils.cos[arg1];
|
||||
@Pc(48) int local48 = -local24 / 2;
|
||||
@Pc(53) int local53 = -local27 / 2;
|
||||
@Pc(64) int local64 = local53 * local43 - local48 * local39 >> 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue