mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix HandleClick
This commit is contained in:
parent
068fcfbecf
commit
1679b3f5e1
@ -43,7 +43,7 @@ class Hospital : public LegoWorld {
|
|||||||
MxLong HandleKeyPress(MxS8 p_key);
|
MxLong HandleKeyPress(MxS8 p_key);
|
||||||
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
|
MxLong HandleEndAction(MxEndActionNotificationParam& p_param);
|
||||||
MxLong HandleButtonDown(LegoControlManagerEvent& p_param);
|
MxLong HandleButtonDown(LegoControlManagerEvent& p_param);
|
||||||
MxLong HandleClick(LegoControlManagerEvent& p_param);
|
MxBool HandleClick(LegoControlManagerEvent& p_param);
|
||||||
|
|
||||||
undefined2 m_unk0xf8; // 0xf8
|
undefined2 m_unk0xf8; // 0xf8
|
||||||
LegoGameState::Area m_destLocation; // 0xfc
|
LegoGameState::Area m_destLocation; // 0xfc
|
||||||
|
|||||||
@ -145,7 +145,7 @@ MxLong Hospital::HandleButtonDown(LegoControlManagerEvent& p_param)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x10075f90
|
// STUB: LEGO1 0x10075f90
|
||||||
MxLong Hospital::HandleClick(LegoControlManagerEvent& p_param)
|
MxBool Hospital::HandleClick(LegoControlManagerEvent& p_param)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user