1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Fix the empty initialization option being ignored in the execution stage.

This commit is contained in:
Sandu Liviu Catalin
2016-08-27 12:15:51 +03:00
parent 7241d0bd02
commit dddb972fd9
2 changed files with 16 additions and 3 deletions

View File

@ -568,6 +568,7 @@ private:
bool m_LockPreLoadSignal; // Lock pre load signal container.
bool m_LockPostLoadSignal; // Lock post load signal container.
bool m_LockUnloadSignal; // Lock unload signal container.
bool m_EmptyInit; // Whether to initialize without any scripts.
// --------------------------------------------------------------------------------------------
Int32 m_Verbosity; // Restrict the amount of outputted information.