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 2988208 commit 549c5f2Copy full SHA for 549c5f2
src/Skyrim/SkyrimChunks.cpp
@@ -237,7 +237,7 @@ bool SKCTDA::VisitFormIDs(FormIDOp &op)
237
if (IsUseGlobal())
238
op.Accept(compValue);
239
240
- if (curCTDAFunction != Function_Arguments.end())
+ if (curCTDAFunction != SKFunction_Arguments.end())
241
{
242
const FunctionArguments &CTDAFunction = curCTDAFunction->second;
243
if (CTDAFunction.first == eFORMID)
0 commit comments