mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Renamed MathUtil fields
This commit is contained in:
parent
28c3abbcfc
commit
bed128bd19
19 changed files with 160 additions and 160 deletions
|
|
@ -42,9 +42,9 @@ public final class Static60 {
|
|||
if (local39 * local39 < local21) {
|
||||
return;
|
||||
}
|
||||
@Pc(50) int local50 = MathUtils.anIntArray223[local27];
|
||||
@Pc(50) int local50 = MathUtils.sin[local27];
|
||||
@Pc(58) int local58 = local50 * 256 / (Static273.anInt4130 + 256);
|
||||
@Pc(62) int local62 = MathUtils.anIntArray225[local27];
|
||||
@Pc(62) int local62 = MathUtils.cos[local27];
|
||||
@Pc(70) int local70 = local62 * 256 / (Static273.anInt4130 + 256);
|
||||
@Pc(81) int local81 = local58 * arg2 + arg3 * local70 >> 16;
|
||||
@Pc(92) int local92 = local70 * arg2 - arg3 * local58 >> 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue