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:
parent
17a0f09296
commit
bf0743b354
@ -199,6 +199,8 @@ Kart *World::createKart(const std::string &kart_ident, int index,
|
||||
break;
|
||||
}
|
||||
|
||||
new_kart->setController(controller);
|
||||
|
||||
return new_kart;
|
||||
} // createKart
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user