Skip to content

Commit

Permalink
Further accuracy improvement on LegoNavController::Notify
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtacles committed Dec 21, 2024
1 parent a987533 commit 5b0d262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b0d262

Please sign in to comment.