Update mxdsaction.h

This commit is contained in:
Christian Semmler 2023-08-09 16:03:58 -04:00 committed by GitHub
parent 180ce4d802
commit 10e3d507a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ class MxDSAction : public MxDSObject
virtual MxLong GetSomeTimingField(); // vtable+3c; virtual MxLong GetSomeTimingField(); // vtable+3c;
virtual MxLong GetCurrentTime(); // vtable+40; virtual MxLong GetCurrentTime(); // vtable+40;
void ConcatData(MxU16 p_unkLength, void *p_unkData); void AppendData(MxU16 p_unkLength, const char *p_unkData);
private: private:
MxU32 m_sizeOnDisk; MxU32 m_sizeOnDisk;