more RSClient refactoring
This commit is contained in:
@@ -231,7 +231,7 @@ public class HitSplatDefinition extends DualNode {
|
||||
public final HitSplatDefinition transform() {
|
||||
int var1 = -1;
|
||||
if (this.transformVarbit != -1) {
|
||||
var1 = WorldMapSection2.getVarbit(this.transformVarbit);
|
||||
var1 = WorldMapSection0.getVarbit(this.transformVarbit);
|
||||
} else if (this.transformVarp != -1) {
|
||||
var1 = Varps.Varps_main[this.transformVarp];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user