Implement/match LegoEntity::VTable0x34 (#633)

* Implement/match LegoEntity::VTable0x34

* Change parameter name

* Fix order
This commit is contained in:
Christian Semmler
2024-03-06 14:12:20 -05:00
committed by GitHub
parent 71bcd4c771
commit a12146f52f
10 changed files with 76 additions and 14 deletions

View File

@@ -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;
}