mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
ElevatorBottom destructor
This commit is contained in:
parent
7777e6cd40
commit
79a4918170
@ -2,6 +2,9 @@
|
||||
|
||||
DECOMP_SIZE_ASSERT(ElevatorBottom, 0xfc)
|
||||
|
||||
#include "legocontrolmanager.h"
|
||||
#include "legoinputmanager.h"
|
||||
#include "legoomni.h"
|
||||
#include "mxnotificationmanager.h"
|
||||
#include "mxomni.h"
|
||||
|
||||
@ -12,10 +15,14 @@ ElevatorBottom::ElevatorBottom()
|
||||
this->m_unk0xf8 = 0;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10018060
|
||||
// FUNCTION: LEGO1 0x10018060
|
||||
ElevatorBottom::~ElevatorBottom()
|
||||
{
|
||||
// TODO
|
||||
if (InputManager()->m_world == this) {
|
||||
InputManager()->ClearWorld();
|
||||
}
|
||||
ControlManager()->Unregister(this);
|
||||
NotificationManager()->Unregister(this);
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x10018150
|
||||
|
||||
Loading…
Reference in New Issue
Block a user