From 4d468bdc0ac0dfeab70a4cb90781b5c900486da3 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:12:25 -0400 Subject: [PATCH] Update legonavcontroller.cpp --- LEGO1/lego/legoomni/src/entity/legonavcontroller.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) {