Update infocenter.cpp

This commit is contained in:
Misha 2024-01-30 19:14:39 -05:00
parent 9f4089a3ed
commit 24ad668009
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -618,9 +618,8 @@ MxU8 Infocenter::HandleNotification17(LegoControlManagerEvent& p_param)
PlayAction(actionToPlay); PlayAction(actionToPlay);
} }
if (characterBitmap != c_noInfomain) if (characterBitmap != c_noInfomain) {
{ m_unk0x11c = (MxStillPresenter*) Find(m_atom, characterBitmap);
m_unk0x11c = (MxStillPresenter*)Find(m_atom, characterBitmap);
} }
} }
return 1; return 1;