mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 10:54:16 +00:00
committed by
GitHub
parent
475d21f8c8
commit
641d9f1b8b
@@ -22,7 +22,7 @@ BuildingEntity::~BuildingEntity()
|
||||
MxLong BuildingEntity::Notify(MxParam& p_param)
|
||||
{
|
||||
if (((MxNotificationParam&) p_param).GetType() == c_notificationClick) {
|
||||
return VTable0x50(p_param);
|
||||
return HandleClick((LegoEventNotificationParam&) p_param);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user