mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-28 02:44:18 +00:00
Implement/match Pizzeria::HandleClick (#971)
This commit is contained in:
committed by
GitHub
parent
ae859fbc19
commit
650903d043
@@ -59,8 +59,8 @@ MxLong ElevatorBottom::Notify(MxParam& p_param)
|
||||
|
||||
if (m_worldStarted) {
|
||||
switch (((MxNotificationParam&) p_param).GetType()) {
|
||||
case c_notificationClick:
|
||||
ret = HandleClick((LegoControlManagerEvent&) p_param);
|
||||
case c_notificationControl:
|
||||
ret = HandleControl((LegoControlManagerEvent&) p_param);
|
||||
break;
|
||||
case c_notificationTransitioned:
|
||||
GameState()->SwitchArea(m_destLocation);
|
||||
@@ -80,7 +80,7 @@ void ElevatorBottom::ReadyWorld()
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100181d0
|
||||
MxLong ElevatorBottom::HandleClick(LegoControlManagerEvent& p_param)
|
||||
MxLong ElevatorBottom::HandleControl(LegoControlManagerEvent& p_param)
|
||||
{
|
||||
MxLong result = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user