mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
Dump menu functions with a function like call
This commit is contained in:
@ -163,6 +163,7 @@ void MenuDumper::WriteStatementOperandFunction(const Statement_s* statement, siz
|
||||
m_stream << "FUNC_" << functionIndex;
|
||||
else
|
||||
m_stream << "INVALID_FUNC";
|
||||
m_stream << "()";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user