We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c35b8 commit d2853ecCopy full SHA for d2853ec
NWNXLib/API/API/CScriptCompiler.hpp
@@ -119,7 +119,7 @@ struct CScriptCompiler
119
int32_t m_nMaxPredefinedIdentifierId;
120
int32_t m_nPredefinedIdentifierOrder;
121
int32_t m_nCompileFileLevel;
122
- CScriptCompilerIncludeFileStackEntry m_pcIncludeFileStack[16];
+ CScriptCompilerIncludeFileStackEntry m_pcIncludeFileStack[200];
123
int32_t m_nMaxIncludeDepth;
124
int32_t m_nVarStackRecursionLevel;
125
CScriptCompilerVarStackEntry * m_pcVarStackList;
0 commit comments