Skip to content

Commit d2853ec

Browse files
committed
CScriptCompiler: update API
1 parent 99c35b8 commit d2853ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NWNXLib/API/API/CScriptCompiler.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ struct CScriptCompiler
119119
int32_t m_nMaxPredefinedIdentifierId;
120120
int32_t m_nPredefinedIdentifierOrder;
121121
int32_t m_nCompileFileLevel;
122-
CScriptCompilerIncludeFileStackEntry m_pcIncludeFileStack[16];
122+
CScriptCompilerIncludeFileStackEntry m_pcIncludeFileStack[200];
123123
int32_t m_nMaxIncludeDepth;
124124
int32_t m_nVarStackRecursionLevel;
125125
CScriptCompilerVarStackEntry * m_pcVarStackList;

0 commit comments

Comments
 (0)