mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-21 00:25:44 +00:00
Dump menu functions with a function like call
This commit is contained in:
parent
43610b381d
commit
ca9ee04738
@ -163,6 +163,7 @@ void MenuDumper::WriteStatementOperandFunction(const Statement_s* statement, siz
|
|||||||
m_stream << "FUNC_" << functionIndex;
|
m_stream << "FUNC_" << functionIndex;
|
||||||
else
|
else
|
||||||
m_stream << "INVALID_FUNC";
|
m_stream << "INVALID_FUNC";
|
||||||
|
m_stream << "()";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user