Apply deve fix for story mode timer

This commit is contained in:
Benau 2019-11-23 11:41:53 +08:00
parent af2e609fff
commit 2c22dadddf

View File

@ -116,6 +116,7 @@ void StoryModeTimer::startTimer()
if (!m_story_mode_started)
{
m_story_mode_start = StkTime::getMonoTimeMs();
m_story_mode_end = m_story_mode_start;
m_story_mode_started = true;
}
}