diff --git a/LEGO1/mxtimer.cpp b/LEGO1/mxtimer.cpp index 8be837d4..cc91912c 100644 --- a/LEGO1/mxtimer.cpp +++ b/LEGO1/mxtimer.cpp @@ -19,8 +19,8 @@ MxTimer::MxTimer() // OFFSET: LEGO1 0x100ae160 void MxTimer::Start() { - this->m_isRunning = MX_TRUE; MxTimer::s_LastTimeTimerStarted = timeGetTime(); + this->m_isRunning = MX_TRUE; } // OFFSET: LEGO1 0x100ae180