mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-16 19:40:18 -07:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -283,7 +283,7 @@ public class MiniMap {
|
|||
continue;
|
||||
}
|
||||
}
|
||||
method1446(arg3, Static67.mapfuncs[local382.mapElement], local150, local181, arg1, arg2);
|
||||
method1446(arg3, Sprites.mapfuncs[local382.mapElement], local150, local181, arg1, arg2);
|
||||
}
|
||||
for (local146 = 0; local146 < 104; local146++) {
|
||||
for (local181 = 0; local181 < 104; local181++) {
|
||||
|
|
@ -308,7 +308,7 @@ public class MiniMap {
|
|||
if (local507.anInt3739 == -1) {
|
||||
method1446(arg3, Sprites.mapdots[1], local231, local154, arg1, arg2);
|
||||
} else {
|
||||
method1446(arg3, Static67.mapfuncs[local507.anInt3739], local231, local154, arg1, arg2);
|
||||
method1446(arg3, Sprites.mapfuncs[local507.anInt3739], local231, local154, arg1, arg2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue