mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-24 00:44:21 +00:00
Implement LegoWorld::Find (#489)
* Implement LegoWorld::FUN_100213a0 * Rename lists * Rename cursors * Rename cursor * Rename functions * Remove a comment * Rename more functions * Fix return type
This commit is contained in:
committed by
GitHub
parent
0a672d2146
commit
b6aac26269
@@ -165,7 +165,7 @@ void LegoWorldPresenter::VTable0x60(MxPresenter* p_presenter)
|
||||
if (!p_presenter->IsA("LegoAnimPresenter") && !p_presenter->IsA("MxControlPresenter") &&
|
||||
!p_presenter->IsA("MxCompositePresenter")) {
|
||||
p_presenter->SendToCompositePresenter(Lego());
|
||||
((LegoWorld*) m_entity)->VTable0x58(p_presenter);
|
||||
((LegoWorld*) m_entity)->Add(p_presenter);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user