mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-27 10:24:18 +00:00
Implement/match Pizzeria::HandleClick (#971)
This commit is contained in:
committed by
GitHub
parent
ae859fbc19
commit
650903d043
@@ -42,8 +42,8 @@ MxLong IsleActor::Notify(MxParam& p_param)
|
||||
case c_notificationButtonDown:
|
||||
result = HandleButtonDown((MxNotificationParam&) p_param);
|
||||
break;
|
||||
case c_notificationType11:
|
||||
result = VTable0x68();
|
||||
case c_notificationClick:
|
||||
result = HandleClick();
|
||||
break;
|
||||
case c_notificationEndAnim:
|
||||
result = VTable0x70();
|
||||
|
||||
Reference in New Issue
Block a user