mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 16:35:14 -06:00
Moved around more static methods, nothing final
Some of these are "incorrect" - I wanted to decrease the # of static classes first by grouping them if they're slightly related. Then I'll do a second pass in each class to reorganize later.
This commit is contained in:
parent
c988509e8e
commit
ba4debb0d3
150 changed files with 2805 additions and 3034 deletions
|
|
@ -13,8 +13,8 @@ public final class Static252 {
|
|||
if (Static236.method4047() != 2) {
|
||||
return;
|
||||
}
|
||||
@Pc(27) byte local27 = (byte) (Static136.anInt3325 - 4 & 0xFF);
|
||||
@Pc(31) int local31 = Static136.anInt3325 % 104;
|
||||
@Pc(27) byte local27 = (byte) (Static253.anInt3325 - 4 & 0xFF);
|
||||
@Pc(31) int local31 = Static253.anInt3325 % 104;
|
||||
@Pc(33) int local33;
|
||||
@Pc(40) int local40;
|
||||
for (local33 = 0; local33 < 4; local33++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue