diff --git a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp index 68f69c5e..f2b2dfae 100644 --- a/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp +++ b/LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp @@ -145,11 +145,6 @@ void LegoNavController::GetDefaults( *p_urs = g_defuseRotationalVel; } -// STUB: LEGO1 0x10055500 -void LegoNavController::UpdateCameraLocation(char* p_location) -{ -} - // FUNCTION: LEGO1 0x10054dd0 void LegoNavController::SetDefaults( int p_dz, @@ -366,6 +361,11 @@ MxBool LegoNavController::CalculateNewPosDir( return changed; } +// STUB: LEGO1 0x10055500 +void LegoNavController::UpdateCameraLocation(char* p_location) +{ +} + // STUB: LEGO1 0x10055620 void LegoNavController::SetLocation(MxU32 p_location) {