rs-client: refactoring (#1344)

* Rename some things to be more consistent everywhere

* rs-client: refactoring

* MenuAction -> MenuOpcode merge
This commit is contained in:
Lucwousin
2019-08-20 22:24:51 +02:00
committed by GitHub
parent 0f46656e9d
commit db705f5dd5
297 changed files with 13734 additions and 14043 deletions

View File

@@ -302,7 +302,7 @@ public class WorldMapSection0 implements WorldMapSection {
}
}
ItemDefinition var9 = WorldMapArea.getItemDefinition(var0);
ItemDefinition var9 = WorldMapArea.ItemDefinition_get(var0);
if (var1 > 1 && var9.countobj != null) {
int var10 = -1;
@@ -313,7 +313,7 @@ public class WorldMapSection0 implements WorldMapSection {
}
if (var10 != -1) {
var9 = WorldMapArea.getItemDefinition(var10);
var9 = WorldMapArea.ItemDefinition_get(var10);
}
}