mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 17:40:19 -07:00
Renamed Class32 to WorldInfo, prefixed some unknown classes to try to group them better
This commit is contained in:
parent
710832466a
commit
dbca509eb5
42 changed files with 90 additions and 90 deletions
|
|
@ -3688,7 +3688,7 @@ public final class ScriptRunner {
|
|||
intStack[isp++] = 1;
|
||||
continue;
|
||||
}
|
||||
@Pc(10247) Class32 local10247;
|
||||
@Pc(10247) WorldInfo local10247;
|
||||
@Pc(10191) World world;
|
||||
if (opcode == 6501) {
|
||||
world = Static18.getFirstWorld();
|
||||
|
|
@ -3763,7 +3763,7 @@ public final class ScriptRunner {
|
|||
} else {
|
||||
intStack[isp++] = local10440.flags;
|
||||
stringStack[ssp++] = local10440.activity;
|
||||
@Pc(10458) Class32 local10458 = local10440.getWorldInfo();
|
||||
@Pc(10458) WorldInfo local10458 = local10440.getWorldInfo();
|
||||
intStack[isp++] = local10458.flag;
|
||||
stringStack[ssp++] = local10458.name;
|
||||
intStack[isp++] = local10440.players;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue