mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
Fix menu converter not properly referencing functions
This commit is contained in:
parent
9136a7de3b
commit
1e3946974c
@ -207,7 +207,7 @@ namespace IW4
|
|||||||
}
|
}
|
||||||
|
|
||||||
expressionEntry functionEntry{};
|
expressionEntry functionEntry{};
|
||||||
functionEntry.type = EET_OPERATOR;
|
functionEntry.type = EET_OPERAND;
|
||||||
functionEntry.data.operand.dataType = VAL_FUNCTION;
|
functionEntry.data.operand.dataType = VAL_FUNCTION;
|
||||||
functionEntry.data.operand.internals.function = functionStatement;
|
functionEntry.data.operand.internals.function = functionStatement;
|
||||||
entries.emplace_back(functionEntry);
|
entries.emplace_back(functionEntry);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user