mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix naming
This commit is contained in:
parent
3fcba0b070
commit
2650f13297
@ -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,
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user