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 +}