From 10e3d507a5d614a9ccbe24f3d4f857d2fc6a5190 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 9 Aug 2023 16:03:58 -0400 Subject: [PATCH] Update mxdsaction.h --- LEGO1/mxdsaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxdsaction.h b/LEGO1/mxdsaction.h index 8cf20da0..a677741c 100644 --- a/LEGO1/mxdsaction.h +++ b/LEGO1/mxdsaction.h @@ -40,7 +40,7 @@ class MxDSAction : public MxDSObject virtual MxLong GetSomeTimingField(); // vtable+3c; virtual MxLong GetCurrentTime(); // vtable+40; - void ConcatData(MxU16 p_unkLength, void *p_unkData); + void AppendData(MxU16 p_unkLength, const char *p_unkData); private: MxU32 m_sizeOnDisk;