Reset clock mode when game is restarted.

This solves problem with missing thunderbird.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14117 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
deveee 2013-09-20 21:38:59 +00:00
parent 42fd3a2343
commit 1e6425a1cc

View File

@ -90,6 +90,9 @@ void SoccerWorld::reset()
obj->reset();
obj->getPhysics()->reset();
}
World *world = World::getWorld();
world->setClockMode(World::CLOCK_NONE);
initKartList();
} // reset