mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-12 17:40:19 -07:00
Renamed some static classes
This commit is contained in:
parent
37883b9f35
commit
ff0e890dcd
116 changed files with 1932 additions and 1973 deletions
|
|
@ -2906,11 +2906,11 @@ public final class ScriptRunner {
|
|||
}
|
||||
if (opcode == 5401) {
|
||||
isp -= 2;
|
||||
client.aShortArray88[intStack[isp]] = (short) Static105.method2253(intStack[isp + 1]);
|
||||
Static211.clearObjectModelCache();
|
||||
Static269.clearObjectSpriteCache();
|
||||
Static278.method4649();
|
||||
Static11.clearNpcHeadCache();
|
||||
client.aShortArray88[intStack[isp]] = (short) ColorUtils.rgbToHsl(intStack[isp + 1]);
|
||||
ObjTypeList.clearModels();
|
||||
ObjTypeList.clearSprites();
|
||||
NpcTypeList.clearModels();
|
||||
NpcTypeList.clearHeadModels();
|
||||
Static87.method1807();
|
||||
continue;
|
||||
}
|
||||
|
|
@ -3228,7 +3228,7 @@ public final class ScriptRunner {
|
|||
Static145.method2742();
|
||||
}
|
||||
}
|
||||
Static269.clearObjectSpriteCache();
|
||||
ObjTypeList.clearSprites();
|
||||
Preferences.write(GameShell.signLink);
|
||||
Preferences.sentToServer = false;
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue