mirror of
https://github.com/isledecomp/isle-portable.git
synced 2024-11-22 15:37:55 -05:00
mxomni: fixed minor inaccuracy
This commit is contained in:
parent
0b3d1abe66
commit
dafe66191c
2 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ MxOmni::~MxOmni()
|
||||||
Destroy();
|
Destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// OFFSET: LEGO1 0x100af080
|
||||||
void MxOmni::Init()
|
void MxOmni::Init()
|
||||||
{
|
{
|
||||||
m_windowHandle = NULL;
|
m_windowHandle = NULL;
|
||||||
|
|
|
@ -57,7 +57,7 @@ class MxOmni : public MxCore
|
||||||
|
|
||||||
MxCriticalSection m_criticalsection; // 0x48
|
MxCriticalSection m_criticalsection; // 0x48
|
||||||
|
|
||||||
int m_unk64; // 0x64
|
unsigned char m_unk64; // 0x64
|
||||||
};
|
};
|
||||||
|
|
||||||
__declspec(dllexport) MxTimer * Timer();
|
__declspec(dllexport) MxTimer * Timer();
|
||||||
|
|
Loading…
Reference in a new issue