From e7c2caa60253ba173280a4ad0f3e67e0f0a3274d Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 19 Jan 2024 10:30:04 -0500 Subject: [PATCH] Change to long --- LEGO1/omni/include/mxloopingflcpresenter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/omni/include/mxloopingflcpresenter.h b/LEGO1/omni/include/mxloopingflcpresenter.h index 6e71aac5..7075332d 100644 --- a/LEGO1/omni/include/mxloopingflcpresenter.h +++ b/LEGO1/omni/include/mxloopingflcpresenter.h @@ -31,7 +31,7 @@ class MxLoopingFlcPresenter : public MxFlcPresenter { void Init(); void Destroy(MxBool p_fromDestructor); - MxS32 m_elapsedDuration; // 0x68 + MxLong m_elapsedDuration; // 0x68 }; #endif // MXLOOPINGFLCPRESENTER_H