mirror of
https://github.com/isledecomp/isle.git
synced 2026-02-01 20:51:15 +00:00
Match code
This commit is contained in:
parent
881961ae78
commit
43c41d904d
@ -12,9 +12,10 @@ DECOMP_SIZE_ASSERT(Act2PoliceStation, 0x68)
|
|||||||
MxLong Act2PoliceStation::Notify(MxParam& p_param)
|
MxLong Act2PoliceStation::Notify(MxParam& p_param)
|
||||||
{
|
{
|
||||||
if (((MxNotificationParam&) p_param).GetType() == c_notificationClick) {
|
if (((MxNotificationParam&) p_param).GetType() == c_notificationClick) {
|
||||||
NotificationManager()->Send(CurrentWorld(), MxNotificationParam(c_notificationType23, NULL));
|
MxNotificationParam param(c_notificationType23, NULL);
|
||||||
|
NotificationManager()->Send(CurrentWorld(), param);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return -1;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user