Fix naming

This commit is contained in:
Christian Semmler 2024-05-02 09:14:58 -04:00
parent 3fcba0b070
commit 2650f13297
2 changed files with 4 additions and 4 deletions

View File

@ -126,8 +126,8 @@ class LegoAnimationManager : public MxCore {
void FUN_10061530(); void FUN_10061530();
MxU16 FUN_10062110( MxU16 FUN_10062110(
LegoROI* p_roi, LegoROI* p_roi,
Vector3& direction, Vector3& p_direction,
Vector3& position, Vector3& p_position,
LegoPathBoundary* p_boundary, LegoPathBoundary* p_boundary,
float p_speed, float p_speed,
MxU8 p_und, MxU8 p_und,

View File

@ -1136,8 +1136,8 @@ MxResult LegoAnimationManager::Tickle()
// FUNCTION: BETA10 0x10042f41 // FUNCTION: BETA10 0x10042f41
MxU16 LegoAnimationManager::FUN_10062110( MxU16 LegoAnimationManager::FUN_10062110(
LegoROI* p_roi, LegoROI* p_roi,
Vector3& direction, Vector3& p_direction,
Vector3& position, Vector3& p_position,
LegoPathBoundary* p_boundary, LegoPathBoundary* p_boundary,
float p_speed, float p_speed,
MxU8 p_und, MxU8 p_und,