diff -r 21eeb5ac0486 -r 66345e38826d QTfrontend/teamselect.cpp --- a/QTfrontend/teamselect.cpp Sun Feb 04 15:46:52 2007 +0000 +++ b/QTfrontend/teamselect.cpp Sun Feb 04 16:56:39 2007 +0000 @@ -128,6 +128,7 @@ // return if max playing teams reached if(framePlaying->isFullTeams()) return; // dont playing team => playing + itDontPlay->teamColor=framePlaying->getNextColor(); curPlayingTeams.push_back(*itDontPlay); if(!m_acceptOuter) emit teamWillPlay(*itDontPlay); curDontPlayingTeams.erase(itDontPlay);