GOT THE TIME TICK TICK TICKIN' IN MY HEAD

This commit is contained in:
MarcEricMartel
2023-12-06 16:01:29 -05:00
parent 9924c12ccd
commit 449e12ca5a
2 changed files with 3 additions and 11 deletions

View File

@@ -668,7 +668,7 @@ int Engine::GetCountdown(float elapsedTime) {
// if (m_countdown < m_time) {}
// Stop();
//if (!m_stopcountdown)
// m_time += elapsedTime;
m_time += elapsedTime;
return m_countdown;// -(int)m_time;
}