Rename SetUnknown84 to SetNotificationObject (#1474)

This commit is contained in:
Florian Kaiser
2025-05-12 17:20:38 +02:00
committed by GitHub
parent 81f28f149f
commit e59345c88c
7 changed files with 24 additions and 24 deletions

View File

@@ -207,7 +207,7 @@ MxResult MxDSBuffer::StartPresenterFromAction(
if (!m_unk0x30->GetInternalAction()) {
p_objectheader->SetAtomId(p_action1->GetAtomId());
p_objectheader->SetUnknown28(p_action1->GetUnknown28());
p_objectheader->SetUnknown84(p_action1->GetUnknown84());
p_objectheader->SetNotificationObject(p_action1->GetNotificationObject());
p_objectheader->SetOrigin(p_action1->GetOrigin());
p_objectheader->SetUnknown90(p_action1->GetUnknown90());
p_objectheader->MergeFrom(*p_action1);