This commit is contained in:
therealunull
2020-12-14 09:08:42 -05:00
parent aa44329202
commit a55f9502e2
115 changed files with 5376 additions and 267 deletions

View File

@@ -131,7 +131,7 @@ public enum ModeWhere implements Enumerated {
var0 -= 1000; // L: 948
var3 = CollisionMap.getWidget(Interpreter.Interpreter_intStack[--VarcInt.Interpreter_intStackSize]); // L: 949
} else {
var3 = var2 ? PlayerAppearance.field2561 : VarcInt.field3264; // L: 951
var3 = var2 ? PlayerComposition.field2561 : VarcInt.field3264; // L: 951
}
String var4 = Interpreter.Interpreter_stringStack[--Interpreter.Interpreter_stringStackSize]; // L: 952
@@ -301,7 +301,7 @@ public enum ModeWhere implements Enumerated {
var4.idleSequence = var4.definition.idleSequence; // L: 7303
var4.turnLeftSequence = var4.definition.turnLeftSequence; // L: 7304
var4.turnRightSequence = var4.definition.turnRightSequence; // L: 7305
var4.method2106(PlayerAppearance.localPlayer.pathX[0] + var6, PlayerAppearance.localPlayer.pathY[0] + var9, var8 == 1); // L: 7306
var4.method2106(PlayerComposition.localPlayer.pathX[0] + var6, PlayerComposition.localPlayer.pathY[0] + var9, var8 == 1); // L: 7306
continue; // L: 7307
}
}