mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-11-03 20:17:09 +00: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