Implement InvokeAction (#386)

* push changes

* Update legoutil.cpp

* Fixes / match

---------

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
Misha
2023-12-29 10:22:18 -05:00
committed by GitHub
parent d82d062e92
commit a95bdcc4ad
4 changed files with 84 additions and 5 deletions

View File

@@ -390,7 +390,7 @@ void LegoOmni::Init()
m_gifManager = NULL;
m_worldList = NULL;
m_currentWorld = NULL;
m_unk0x80 = FALSE;
m_exit = FALSE;
m_currentVehicle = NULL;
m_saveDataWriter = NULL;
m_plantManager = NULL;