Dump menu functions with a function like call

This commit is contained in:
Jan 2021-12-28 19:49:20 +01:00
parent 43610b381d
commit ca9ee04738

View File

@ -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
{ {