Remove outdated FIXME

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8692 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-05-24 00:50:56 +00:00
parent 06e3560897
commit 3c28fc6573

View File

@ -1140,8 +1140,8 @@ bool KartSelectionScreen::playerJoin(InputDevice* device, bool firstPlayer)
if (!firstPlayer)
{
// select something (anything) in the ribbon so that the selection array does not contain
// garbage (FIXME: the ribbon should handle this internally!)
// select something (anything) in the ribbon; by default, only the game master has something selected.
// Thus, when a new player joins, we need to select something for them
w->setSelection(new_player_id, new_player_id, true);
newPlayerWidget->m_player_ident_spinner->setFocusForPlayer(new_player_id);