Restored line that was accidentally removed

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@7434 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-01-16 01:28:25 +00:00
parent 17a0f09296
commit bf0743b354

View File

@ -199,6 +199,8 @@ Kart *World::createKart(const std::string &kart_ident, int index,
break;
}
new_kart->setController(controller);
return new_kart;
} // createKart