mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Update mxdsaction.cpp
This commit is contained in:
parent
4717c15814
commit
a1db8fb89e
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user