mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
Hotfix Laura selected
This commit is contained in:
parent
0c47ed5056
commit
6653533b1f
1 changed files with 3 additions and 4 deletions
|
@ -29,10 +29,9 @@ const char* g_object2x4grn = "2x4grn";
|
|||
Infocenter::Infocenter()
|
||||
{
|
||||
m_unk0xfc = 0;
|
||||
m_unk0x11c = 0;
|
||||
m_unk0x11c = NULL;
|
||||
m_infocenterState = NULL;
|
||||
m_frameHotBitmap = 0;
|
||||
m_unk0x11c = 0;
|
||||
m_frameHotBitmap = NULL;
|
||||
m_transitionDestination = 0;
|
||||
m_currentInfomainScript = c_noInfomain;
|
||||
m_currentCutscene = e_noIntro;
|
||||
|
@ -834,7 +833,7 @@ MxU8 Infocenter::HandleClick(LegoControlManagerEvent& p_param)
|
|||
UpdateFrameHot(FALSE);
|
||||
break;
|
||||
case c_lauraCtl:
|
||||
characterBitmap = c_lauraCtl;
|
||||
characterBitmap = c_lauraSelected;
|
||||
UpdateFrameHot(FALSE);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue