mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
HelicopterState vtable
This commit is contained in:
parent
5f413165cc
commit
994ca0a22d
@ -1,15 +1,14 @@
|
||||
#include "helicopterstate.h"
|
||||
|
||||
// STUB: LEGO1 0x1000e0b0
|
||||
// FUNCTION: LEGO1 0x1000e0b0
|
||||
MxBool HelicopterState::VTable0x14()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1000e0c0
|
||||
// FUNCTION: LEGO1 0x1000e0c0
|
||||
MxBool HelicopterState::SetFlag()
|
||||
{
|
||||
// TODO
|
||||
return FALSE;
|
||||
this->m_unk0x8 = 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user