Call reset function of RaceGUIBase, which fixes #1363 (missing thunderbird).

This commit is contained in:
hiker
2014-06-13 09:07:52 +10:00
parent ed978cc6e7
commit d36ff8b6db

View File

@@ -123,6 +123,7 @@ RaceGUI::~RaceGUI()
*/
void RaceGUI::reset()
{
RaceGUIBase::reset();
for(unsigned int i=0; i<race_manager->getNumberOfKarts(); i++)
{
m_animation_states[i] = AS_NONE;