mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Further accuracy improvement on LegoNavController::Notify
This commit is contained in:
parent
a987533ba1
commit
5b0d2620b9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user