From e18eac9c91324f92fa166ae24704baaf536a7c15 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 7 Aug 2023 18:46:31 -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 78b380df..069986bf 100644 --- a/LEGO1/mxdsaction.h +++ b/LEGO1/mxdsaction.h @@ -43,7 +43,7 @@ class MxDSAction : public MxDSObject void FUN_100ADE60(MxU16 p_length, void *p_data); private: - undefined4 m_sizeOnDisk; + MxU32 m_sizeOnDisk; DWORD m_flags; DWORD m_startTime; MxLong m_duration;