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:
parent
42fd3a2343
commit
1e6425a1cc
@ -90,6 +90,9 @@ void SoccerWorld::reset()
|
||||
obj->reset();
|
||||
obj->getPhysics()->reset();
|
||||
}
|
||||
|
||||
World *world = World::getWorld();
|
||||
world->setClockMode(World::CLOCK_NONE);
|
||||
|
||||
initKartList();
|
||||
} // reset
|
||||
|
Loading…
x
Reference in New Issue
Block a user