Implement/match LegoAnimationManager::FUN_10062650 (#896)

* Implement/match LegoAnimationManager::FUN_10062650

* Shorten code
This commit is contained in:
Christian Semmler
2024-05-09 16:24:45 -04:00
committed by GitHub
parent 6a8fb3f46b
commit 556cbdaab3
3 changed files with 25 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ private:
MxBool FUN_100623a0(AnimInfo& p_info);
MxBool ModelExists(AnimInfo& p_info, const char* p_name);
void FUN_10062580(AnimInfo& p_info);
MxBool FUN_10062650(Vector3&, float, LegoROI*);
MxBool FUN_10062650(Vector3& p_position, float p_und, LegoROI* p_roi);
MxBool FUN_10062710(AnimInfo& p_info);
void FUN_10063aa0();
void FUN_10063d10();