mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Fix type
This commit is contained in:
parent
82cc377e16
commit
f5e5ea1bf9
@ -92,7 +92,7 @@ class LegoWorld : public LegoEntity {
|
|||||||
MxPresenterList m_controlPresenters; // 0xb8
|
MxPresenterList m_controlPresenters; // 0xb8
|
||||||
MxCoreSet m_set0xd0; // 0xd0
|
MxCoreSet m_set0xd0; // 0xd0
|
||||||
list<AutoROI*> m_list0xe0; // 0xe0
|
list<AutoROI*> m_list0xe0; // 0xe0
|
||||||
undefined4 m_scriptIndex; // 0xec
|
MxS32 m_scriptIndex; // 0xec
|
||||||
LegoHideAnimPresenter* m_hideAnimPresenter; // 0xf0
|
LegoHideAnimPresenter* m_hideAnimPresenter; // 0xf0
|
||||||
MxS16 m_startupTicks; // 0xf4
|
MxS16 m_startupTicks; // 0xf4
|
||||||
MxBool m_worldStarted; // 0xf6
|
MxBool m_worldStarted; // 0xf6
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user