This commit is contained in:
Christian Semmler 2024-02-01 15:04:41 -05:00
parent 21245d813e
commit eada3f5f2e

View File

@ -640,6 +640,7 @@ MxU8 Infocenter::HandleClick(LegoControlManagerEvent& p_param)
// FUNCTION: LEGO1 0x10070870
MxLong Infocenter::HandleNotification0(MxNotificationParam& p_param)
{
// MxLong result
MxCore* sender = p_param.GetSender();
if (sender == NULL) {