From a1db8fb89e37f6191547cc37a5049c9168319899 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 9 Aug 2023 16:26:19 -0400 Subject: [PATCH] Update mxdsaction.cpp --- LEGO1/mxdsaction.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LEGO1/mxdsaction.cpp b/LEGO1/mxdsaction.cpp index 02de454f..a62ecfd3 100644 --- a/LEGO1/mxdsaction.cpp +++ b/LEGO1/mxdsaction.cpp @@ -51,9 +51,9 @@ void MxDSAction::CopyFrom(MxDSAction &p_dsAction) this->m_duration = p_dsAction.m_duration; this->m_loopCount = p_dsAction.m_loopCount; - this->m_location.CopyFrom(&p_dsAction.m_location); - this->m_direction.CopyFrom(&p_dsAction.m_direction); - this->m_up.CopyFrom(&p_dsAction.m_up); + this->m_location.CopyFrom(p_dsAction.m_location); + this->m_direction.CopyFrom(p_dsAction.m_direction); + this->m_up.CopyFrom(p_dsAction.m_up); FUN_100ADE60(p_dsAction.m_unk80, p_dsAction.m_unk7c); this->m_unk84 = p_dsAction.m_unk84; @@ -220,4 +220,4 @@ MxLong MxDSAction::GetCurrentTime() void MxDSAction::FUN_100ADE60(MxU16 p_length, void *p_data) { // TOOD -} \ No newline at end of file +}