mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-14 10:30:22 -07:00
Renamed MathUtil fields
This commit is contained in:
parent
28c3abbcfc
commit
bed128bd19
19 changed files with 160 additions and 160 deletions
|
|
@ -216,8 +216,8 @@ public final class Static164 {
|
|||
} else if (arg4 == 2) {
|
||||
local145 = (int) ((double) local145 * 1.04D);
|
||||
}
|
||||
@Pc(176) int local176 = MathUtils.anIntArray225[local5.xAngle2d] * local145 >> 16;
|
||||
@Pc(185) int local185 = MathUtils.anIntArray223[local5.xAngle2d] * local145 >> 16;
|
||||
@Pc(176) int local176 = MathUtils.cos[local5.xAngle2d] * local145 >> 16;
|
||||
@Pc(185) int local185 = MathUtils.sin[local5.xAngle2d] * local145 >> 16;
|
||||
local60.method4571(local5.yAngle2d, local5.zAngle2d, local5.xAngle2d, local5.xOffset2d, local185 + local5.yOffset2d - local60.method4549() / 2, local5.yOffset2d + local176, -1L);
|
||||
if (arg4 >= 1) {
|
||||
local133.method303(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue