Removed fixed TODO, updated comments

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4398 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-01-04 19:33:51 +00:00
parent 1a84cc65c7
commit f463c00dc7

View File

@ -1032,8 +1032,7 @@ void KartSelectionScreen::allPlayersDone()
if (selection == RANDOM_KART_ID) if (selection == RANDOM_KART_ID)
{ {
// FIXME: in multiplayer game, if two players select' random' make sure they don't select // don't select an already selected kart
// the same kart or an already selected kart
int randomID; int randomID;
bool done = false; bool done = false;
do do