Skip to content

Commit 549c5f2

Browse files
committed
Include bugfix from #17 (Sk CDTA::VistiFormIDs)
1 parent 2988208 commit 549c5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Skyrim/SkyrimChunks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ bool SKCTDA::VisitFormIDs(FormIDOp &op)
237237
if (IsUseGlobal())
238238
op.Accept(compValue);
239239

240-
if (curCTDAFunction != Function_Arguments.end())
240+
if (curCTDAFunction != SKFunction_Arguments.end())
241241
{
242242
const FunctionArguments &CTDAFunction = curCTDAFunction->second;
243243
if (CTDAFunction.first == eFORMID)

0 commit comments

Comments
 (0)