mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-18 04:20:21 -07:00
Rename Class3_Sub1_Sub27 to TextureOpCombine
This commit is contained in:
parent
ca271498e1
commit
6450efd141
2 changed files with 3 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ public final class Static223 {
|
||||||
} else if (arg0 == 6) {
|
} else if (arg0 == 6) {
|
||||||
return new Class3_Sub1_Sub2();
|
return new Class3_Sub1_Sub2();
|
||||||
} else if (arg0 == 7) {
|
} else if (arg0 == 7) {
|
||||||
return new Class3_Sub1_Sub27();
|
return new TextureOpCombine();
|
||||||
} else if (arg0 == 8) {
|
} else if (arg0 == 8) {
|
||||||
return new Class3_Sub1_Sub39();
|
return new Class3_Sub1_Sub39();
|
||||||
} else if (arg0 == 9) {
|
} else if (arg0 == 9) {
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,13 @@ import org.openrs2.deob.annotation.OriginalMember;
|
||||||
import org.openrs2.deob.annotation.Pc;
|
import org.openrs2.deob.annotation.Pc;
|
||||||
|
|
||||||
@OriginalClass("client!pi")
|
@OriginalClass("client!pi")
|
||||||
public final class Class3_Sub1_Sub27 extends TextureOp {
|
public final class TextureOpCombine extends TextureOp {
|
||||||
|
|
||||||
@OriginalMember(owner = "client!pi", name = "Z", descriptor = "I")
|
@OriginalMember(owner = "client!pi", name = "Z", descriptor = "I")
|
||||||
private int anInt4543 = 6;
|
private int anInt4543 = 6;
|
||||||
|
|
||||||
@OriginalMember(owner = "client!pi", name = "<init>", descriptor = "()V")
|
@OriginalMember(owner = "client!pi", name = "<init>", descriptor = "()V")
|
||||||
public Class3_Sub1_Sub27() {
|
public TextureOpCombine() {
|
||||||
super(2, false);
|
super(2, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue