mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match LegoAnimationManager::FUN_10062110 (#892)
* Implement/match LegoAnimationManager::FUN_10062110 * Fix param name * Return other value in stub
This commit is contained in:

committed by
GitHub

parent
36d681fde4
commit
001b46b2ab
@@ -55,6 +55,13 @@ ViewManager::~ViewManager()
|
||||
SetPOVSource(NULL);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a6150
|
||||
// FUNCTION: BETA10 0x10172164
|
||||
undefined4 ViewManager::FUN_100a6150(const BoundingBox& p_bounding_box)
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a6410
|
||||
void ViewManager::Remove(ViewROI* p_roi)
|
||||
{
|
||||
|
@@ -23,6 +23,7 @@ public:
|
||||
|
||||
void Remove(ViewROI* p_roi);
|
||||
void RemoveAll(ViewROI* p_roi);
|
||||
undefined4 FUN_100a6150(const BoundingBox& p_bounding_box);
|
||||
void FUN_100a65b0(ViewROI* p_roi, int p_und);
|
||||
void FUN_100a66a0(ViewROI* p_roi);
|
||||
void SetPOVSource(const OrientableROI* point_of_view);
|
||||
|
Reference in New Issue
Block a user