mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
LegoCarBuild: cast c_notificationType0 to MxNotificationParam
This commit is contained in:
parent
d0f4725f0f
commit
b74ee2f9ff
@ -143,7 +143,7 @@ class LegoCarBuild : public LegoWorld {
|
||||
undefined4 FUN_100246e0(MxLong p_x, MxLong p_y);
|
||||
MxS32 FUN_10024850(MxLong p_x, MxLong p_y);
|
||||
undefined4 FUN_10024890(MxParam* p_param);
|
||||
undefined4 FUN_10024c20(LegoEventNotificationParam* p_param);
|
||||
undefined4 FUN_10024c20(MxNotificationParam* p_param);
|
||||
void FUN_10024ef0();
|
||||
void FUN_10024f30();
|
||||
void FUN_10024f50();
|
||||
|
||||
@ -656,7 +656,7 @@ MxLong LegoCarBuild::Notify(MxParam& p_param)
|
||||
if (m_worldStarted) {
|
||||
switch (param.GetNotification()) {
|
||||
case c_notificationType0:
|
||||
FUN_10024c20((LegoEventNotificationParam*) &p_param);
|
||||
FUN_10024c20((MxNotificationParam*) &p_param);
|
||||
result = 1;
|
||||
break;
|
||||
case c_notificationEndAction:
|
||||
@ -1147,7 +1147,7 @@ undefined4 LegoCarBuild::FUN_10024890(MxParam* p_param)
|
||||
|
||||
// FUNCTION: LEGO1 0x10024c20
|
||||
// FUNCTION: BETA10 0x1006db21
|
||||
undefined4 LegoCarBuild::FUN_10024c20(LegoEventNotificationParam* p_param)
|
||||
undefined4 LegoCarBuild::FUN_10024c20(MxNotificationParam* p_param)
|
||||
{
|
||||
LegoEntity* entity;
|
||||
assert(m_buildState);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user