From 2650f13297366346d24adfc3b6a40ad996f30859 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 2 May 2024 09:14:58 -0400 Subject: [PATCH] Fix naming --- LEGO1/lego/legoomni/include/legoanimationmanager.h | 4 ++-- LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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,