mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-17 08:25:10 -06:00
More renaming
This commit is contained in:
parent
c8bb99706e
commit
0b498fc455
53 changed files with 659 additions and 353 deletions
|
|
@ -60,21 +60,21 @@ final class TextureOperation1 extends TextureOperation {
|
|||
static void method219(boolean var0) {
|
||||
try {
|
||||
if(var0) {
|
||||
if(-1 != Class3_Sub28_Sub12.anInt3655) {
|
||||
Class60.method1208((byte)-128, Class3_Sub28_Sub12.anInt3655);
|
||||
if(-1 != ConfigInventoryDefinition.anInt3655) {
|
||||
Class60.method1208((byte)-128, ConfigInventoryDefinition.anInt3655);
|
||||
}
|
||||
|
||||
for(Class3_Sub31 var2 = TextureOperation23.aHashTable_3208.first(); null != var2; var2 = TextureOperation23.aHashTable_3208.next()) {
|
||||
TextureOperation19.method254(true, var2);
|
||||
}
|
||||
|
||||
Class3_Sub28_Sub12.anInt3655 = -1;
|
||||
ConfigInventoryDefinition.anInt3655 = -1;
|
||||
TextureOperation23.aHashTable_3208 = new HashTable(8);
|
||||
Class3_Sub7.method122(3000 + -2918);
|
||||
Class3_Sub28_Sub12.anInt3655 = Client.loginScreenInterfaceID;
|
||||
ConfigInventoryDefinition.anInt3655 = Client.loginScreenInterfaceID;
|
||||
Class124.method1746(false, (byte)-36);
|
||||
Unsorted.method1093(false);
|
||||
TextureOperation24.method226(Class3_Sub28_Sub12.anInt3655);
|
||||
TextureOperation24.method226(ConfigInventoryDefinition.anInt3655);
|
||||
}
|
||||
|
||||
Class3_Sub28_Sub5.anInt3590 = -1;
|
||||
|
|
@ -117,7 +117,7 @@ final class TextureOperation1 extends TextureOperation {
|
|||
|
||||
static void method221(int var0, RSString var1, RSString var2, RSString var3, int var4) {
|
||||
try {
|
||||
Class3_Sub28_Sub12.sendGameMessage(var0, var4, var1, var3, var2);
|
||||
MessageManager.sendGameMessage(var0, var4, var1, var3, var2);
|
||||
} catch (RuntimeException var6) {
|
||||
throw ClientErrorException.clientError(var6, "fm.F(" + var0 + ',' + (var1 != null?"{...}":"null") + ',' + (var2 != null?"{...}":"null") + ',' + (var3 != null?"{...}":"null") + ',' + var4 + ')');
|
||||
}
|
||||
|
|
@ -125,10 +125,6 @@ final class TextureOperation1 extends TextureOperation {
|
|||
|
||||
final void decode(int var1, DataBuffer var2) {
|
||||
try {
|
||||
if(!true) {
|
||||
method221(-64, null, null, null, 34);
|
||||
}
|
||||
|
||||
if(var1 == 0) {
|
||||
this.method218(var2.readMedium());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue