mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
64d2b9e02b
* lego: implement LegoNavController::SetControlMax and related * use MxResult * fix name
15 lines
No EOL
240 B
C++
Executable file
15 lines
No EOL
240 B
C++
Executable file
#include "mxunknown100dc6b0.h"
|
|
|
|
// OFFSET: LEGO1 0x100b84c0
|
|
MxUnknown100dc6b0::MxUnknown100dc6b0()
|
|
{
|
|
Init();
|
|
}
|
|
|
|
// OFFSET: LEGO1 0x100b85d0
|
|
MxResult MxUnknown100dc6b0::Init()
|
|
{
|
|
this->m_unk08 = 0;
|
|
this->m_unk0c = 0;
|
|
return SUCCESS;
|
|
} |