This commit is contained in:
Owain van Brakel
2019-09-30 07:20:31 +02:00
parent d0133dc77a
commit 3231abf89c
13 changed files with 242 additions and 235 deletions

View File

@@ -122,8 +122,8 @@ public final class NPC extends Actor {
super.field949 = 0;
super.pathX[0] = var1;
super.pathY[0] = var2;
super.x = super.pathX[0] * 128 + super.field932 * -527978816;
super.y = super.pathY[0] * 128 + super.field932 * -527978816;
super.x = super.pathX[0] * 128 + super.size * -527978816;
super.y = super.pathY[0] * 128 + super.size * -527978816;
}
@ObfuscatedName("y")