mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-17 08:25:10 -06:00
minor renaming
This commit is contained in:
parent
8d56a8c0de
commit
8949233eae
38 changed files with 555 additions and 615 deletions
|
|
@ -99,20 +99,16 @@ public final class TextureOperation9 extends TextureOperation {
|
|||
}
|
||||
}
|
||||
|
||||
static void method204(int var0) {
|
||||
static void method204() {
|
||||
try {
|
||||
//Client Resize.
|
||||
TextureOperation12.outgoingBuffer.putOpcode(243);
|
||||
TextureOperation12.outgoingBuffer.writeByte(Class83.getWindowType());
|
||||
TextureOperation12.outgoingBuffer.writeShort(Class23.canvasWidth);
|
||||
if(var0 != -3) {
|
||||
anInt3103 = -41;
|
||||
}
|
||||
|
||||
TextureOperation12.outgoingBuffer.writeShort(Class140_Sub7.canvasHeight);
|
||||
TextureOperation12.outgoingBuffer.writeByte(Unsorted.anInt3671);
|
||||
} catch (RuntimeException var2) {
|
||||
throw ClientErrorException.clientError(var2, "ej.C(" + var0 + ')');
|
||||
throw ClientErrorException.clientError(var2, "ej.C(" + -3 + ')');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue