mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-17 08:25:14 -06:00
Refactored much of the protocol class, new class names for a few
Class3_Sub31 -> ComponentPointer Class3_Sub22 -> ClanMember Class102 -> MapMarker Class3_Sub7 -> SceneryStack
This commit is contained in:
parent
2e4cc73755
commit
83a07e779e
118 changed files with 2196 additions and 2289 deletions
|
|
@ -37,7 +37,7 @@ public final class Static219 {
|
|||
|
||||
@OriginalMember(owner = "client!rl", name = "i", descriptor = "(I)V")
|
||||
public static void method3796() {
|
||||
for (@Pc(10) Class3_Sub7 local10 = (Class3_Sub7) Static26.aClass69_27.method2289(); local10 != null; local10 = (Class3_Sub7) Static26.aClass69_27.method2288()) {
|
||||
for (@Pc(10) SceneryStack local10 = (SceneryStack) Static26.sceneryList.start(); local10 != null; local10 = (SceneryStack) Static26.sceneryList.next()) {
|
||||
if (local10.anInt924 == -1) {
|
||||
local10.anInt925 = 0;
|
||||
Static226.method3898(local10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue