Fix #3536
The more accurate finish time stored as a variable wasn't reset between races.
This commit is contained in:
parent
189b90b2c5
commit
c724585bfc
@ -221,6 +221,7 @@ void EasterEggHunt::reset(bool restart)
|
|||||||
for(unsigned int i=0; i<m_eggs_collected.size(); i++)
|
for(unsigned int i=0; i<m_eggs_collected.size(); i++)
|
||||||
m_eggs_collected[i] = 0;
|
m_eggs_collected[i] = 0;
|
||||||
m_eggs_found = 0;
|
m_eggs_found = 0;
|
||||||
|
m_finish_time = 0;
|
||||||
} // reset
|
} // reset
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user