Fix mouse cursor not hiding when starting race from overworlD

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11915 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2012-11-11 01:30:11 +00:00
parent 40dc6ceba8
commit 82e814dfa4

View File

@@ -221,6 +221,9 @@ GUIEngine::EventPropagation SelectChallengeDialog::processEvent(const std::strin
// Sets up kart info, including random list of kart for AI
network_manager->setupPlayerKartInfo();
race_manager->startNew(true);
irr_driver->hidePointer();
return GUIEngine::EVENT_BLOCK;
}