mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoEntity::VTable0x34 (#633)
* Implement/match LegoEntity::VTable0x34 * Change parameter name * Fix order
This commit is contained in:

committed by
GitHub

parent
71bcd4c771
commit
a12146f52f
@@ -392,7 +392,7 @@ MxBool LegoInputManager::ProcessOneEvent(LegoEventNotificationParam& p_param)
|
||||
roi = (LegoROI*) oroi;
|
||||
}
|
||||
|
||||
LegoEntity* entity = roi->GetUnknown0x104();
|
||||
LegoEntity* entity = roi->GetEntity();
|
||||
if (entity && entity->Notify(p_param) != 0) {
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user