Return to overworld after tutorial if it was started from there

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@13085 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2013-07-04 23:56:24 +00:00
parent 2374a88c56
commit af09c253a7

View File

@ -749,7 +749,7 @@ void World::updateWorld(float dt)
StateManager::get()->enterGameState();
network_manager->setupPlayerKartInfo();
race_manager->startNew(false);
race_manager->startNew(true);
}
else
{