Further accuracy improvement on LegoNavController::Notify

This commit is contained in:
Christian Semmler 2024-12-21 15:29:21 -07:00
parent a987533ba1
commit 5b0d2620b9

View File

@ -82,16 +82,16 @@ MxBool LegoNavController::g_defuseRotationalVel = FALSE;
MxU32 g_changeLight = FALSE;
// GLOBAL: LEGO1 0x100f66a4
MxU32 g_locationCalcStep = 0;
MxS32 g_locationCalcStep = 0;
// GLOBAL: LEGO1 0x100f66a8
MxU32 g_nextLocation = 0;
MxS32 g_nextLocation = 0;
// GLOBAL: LEGO1 0x100f66ac
MxBool g_resetPlants = FALSE;
// GLOBAL: LEGO1 0x100f66b0
MxU32 g_animationCalcStep = 0;
MxS32 g_animationCalcStep = 0;
// GLOBAL: LEGO1 0x100f66b4
MxS32 g_nextAnimation = 0;