Match MxDSMediaAction constructor

Today's lesson: ecx suggests '1'
This commit is contained in:
Joshua Peisach 2023-07-09 21:33:38 -04:00
parent 8b682cb492
commit a1c28c55fb
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A
2 changed files with 4 additions and 4 deletions

View File

@ -8,9 +8,9 @@ MxDSMediaAction::MxDSMediaAction()
this->m_unka0 = 0;
this->m_unka4 = 0;
this->m_unka8 = 0;
this->m_unkb4 = (int*) 0xffffffff;
this->m_unkac = 1;
this->m_unkb4 = 0xffffffff;
this->m_unkb0 = 0;
this->m_unkac = (int*) 1;
this->SetType(MxDSType_MediaAction);
}

View File

@ -31,9 +31,9 @@ class MxDSMediaAction : public MxDSAction
MxS32* m_unka0;
MxS32* m_unka4;
MxS32* m_unka8;
MxS32* m_unkac;
MxS32 m_unkac;
MxS32* m_unkb0;
MxS32* m_unkb4;
MxS32 m_unkb4;
};
#endif // MXDSMEDIAACTION_H