From 61e515067e79d530a351a70b4e6236cc56ea3bd1 Mon Sep 17 00:00:00 2001 From: Anonymous Maarten Date: Sat, 6 Jan 2024 20:10:26 +0100 Subject: [PATCH] MxOmni::m_timerRunning is a MxBool --- LEGO1/mxomni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index 7a41b0c4..d332fb3a 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -157,7 +157,7 @@ void MxOmni::Init() m_timer = NULL; m_streamer = NULL; m_atomIdCounterSet = NULL; - m_timerRunning = NULL; + m_timerRunning = 0; } // FUNCTION: LEGO1 0x100af0b0