Removed outdated fix-me note.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1397 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
29c3b9b89b
commit
3de6b1e87c
@ -67,7 +67,6 @@ CharSel::CharSel(int whichPlayer)
|
||||
widget_manager->addWgt( WidgetManager::WGT_NONE, 100, 2);
|
||||
widget_manager->breakLine();
|
||||
|
||||
//FIXME: this supports only a static number of karts
|
||||
for (unsigned int i = 0; i < kart_properties_manager->getNumberOfKarts(); i++)
|
||||
{
|
||||
const KartProperties* kp= kart_properties_manager->getKartById(i);
|
||||
|
Loading…
Reference in New Issue
Block a user