mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update infocenter.cpp
This commit is contained in:
parent
9f4089a3ed
commit
24ad668009
@ -618,9 +618,8 @@ MxU8 Infocenter::HandleNotification17(LegoControlManagerEvent& p_param)
|
||||
PlayAction(actionToPlay);
|
||||
}
|
||||
|
||||
if (characterBitmap != c_noInfomain)
|
||||
{
|
||||
m_unk0x11c = (MxStillPresenter*)Find(m_atom, characterBitmap);
|
||||
if (characterBitmap != c_noInfomain) {
|
||||
m_unk0x11c = (MxStillPresenter*) Find(m_atom, characterBitmap);
|
||||
}
|
||||
}
|
||||
return 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user