diff --git a/src/main/cpp/onscripter/ScriptParser.cpp b/src/main/cpp/onscripter/ScriptParser.cpp index b89a0f2..f345e26 100644 --- a/src/main/cpp/onscripter/ScriptParser.cpp +++ b/src/main/cpp/onscripter/ScriptParser.cpp @@ -51,6 +51,7 @@ const char* ScriptParser::DEFAULT_SAVE_ITEM_NAME = NULL; ScriptParser::ScriptParser() { + globalon_flag = false; debug_level = 0; srand( time(NULL) ); rand();