mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-02 06:57:26 +00:00
Fix menu converter not properly referencing functions
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user