fix build

This commit is contained in:
Misha 2023-12-13 18:08:27 -05:00
parent 8bb5cde0b0
commit be2cf3030f
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -87,7 +87,7 @@ MxResult MxRAMStreamController::DeserializeObject(MxDSStreamingAction& p_action)
undefined4 value = 0;
do {
m_buffer.FUN_100c6f80(p_action.GetUnknown94());
result = m_buffer.FUN_100c67b0(this, &p_action, &unknownValue);
result = m_buffer.FUN_100c67b0(this, &p_action, &value);
} while (m_unk0x3c.Find(&p_action, FALSE) != NULL);
return result;
}