mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 16:34:06 +00:00
mxomni: fixed minor inaccuracy
This commit is contained in:
@@ -15,6 +15,7 @@ MxOmni::~MxOmni()
|
||||
Destroy();
|
||||
}
|
||||
|
||||
// OFFSET: LEGO1 0x100af080
|
||||
void MxOmni::Init()
|
||||
{
|
||||
m_windowHandle = NULL;
|
||||
|
@@ -57,7 +57,7 @@ protected:
|
||||
|
||||
MxCriticalSection m_criticalsection; // 0x48
|
||||
|
||||
int m_unk64; // 0x64
|
||||
unsigned char m_unk64; // 0x64
|
||||
};
|
||||
|
||||
__declspec(dllexport) MxTimer * Timer();
|
||||
|
Reference in New Issue
Block a user