Fix broken kart animation for countdown timer in result screen

This commit is contained in:
Benau 2019-11-24 12:14:29 +08:00
parent fe028b4534
commit 520f1c7d3a
2 changed files with 4 additions and 2 deletions

View File

@ -450,7 +450,9 @@ void WorldStatus::updateTime(int ticks)
{
m_time_ticks = 0;
m_time = 0.0f;
m_count_up_ticks = 0;
// For rescue animation playing (if any) in result screen
if (!device->getTimer()->isStopped())
m_count_up_ticks++;
break;
}