Merge branch 'stub/mxrendermanager' of https://github.com/MishaProductions/isle into stub/mxrendermanager

This commit is contained in:
Misha 2023-12-21 11:38:05 -05:00
commit d0d7851608
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -386,7 +386,7 @@ void LegoOmni::Init()
MxOmni::Init(); MxOmni::Init();
m_unk0x68 = 0; m_unk0x68 = 0;
m_inputMgr = NULL; m_inputMgr = NULL;
m_renderMgr = 0; m_renderMgr = NULL;
m_gifManager = NULL; m_gifManager = NULL;
m_worldList = NULL; m_worldList = NULL;
m_currentWorld = NULL; m_currentWorld = NULL;