diff --git a/LEGO1/lego/legoomni/include/legoanimationmanager.h b/LEGO1/lego/legoomni/include/legoanimationmanager.h index 44a893c3..9fc58166 100644 --- a/LEGO1/lego/legoomni/include/legoanimationmanager.h +++ b/LEGO1/lego/legoomni/include/legoanimationmanager.h @@ -126,8 +126,8 @@ class LegoAnimationManager : public MxCore { void FUN_10061530(); MxU16 FUN_10062110( LegoROI* p_roi, - Vector3& direction, - Vector3& position, + Vector3& p_direction, + Vector3& p_position, LegoPathBoundary* p_boundary, float p_speed, MxU8 p_und, diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index bcf274cc..101b0ef1 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -1136,8 +1136,8 @@ MxResult LegoAnimationManager::Tickle() // FUNCTION: BETA10 0x10042f41 MxU16 LegoAnimationManager::FUN_10062110( LegoROI* p_roi, - Vector3& direction, - Vector3& position, + Vector3& p_direction, + Vector3& p_position, LegoPathBoundary* p_boundary, float p_speed, MxU8 p_und,