mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 00:15:15 -06:00
Rename Class58 to MathUtils
This commit is contained in:
parent
ac9f58a903
commit
0b688d4194
19 changed files with 149 additions and 149 deletions
|
|
@ -45,9 +45,9 @@ public final class Static60 {
|
|||
if (local39 * local39 < local21) {
|
||||
return;
|
||||
}
|
||||
@Pc(50) int local50 = Class58.anIntArray223[local27];
|
||||
@Pc(50) int local50 = MathUtils.anIntArray223[local27];
|
||||
@Pc(58) int local58 = local50 * 256 / (Static273.anInt4130 + 256);
|
||||
@Pc(62) int local62 = Class58.anIntArray225[local27];
|
||||
@Pc(62) int local62 = MathUtils.anIntArray225[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