diff -r 44ceded179a4 -r 61c617f1bec7 QTfrontend/teamselect.cpp --- a/QTfrontend/teamselect.cpp Fri Feb 23 09:31:28 2007 +0000 +++ b/QTfrontend/teamselect.cpp Fri Feb 23 10:08:13 2007 +0000 @@ -128,6 +128,7 @@ // return if max playing teams reached if(framePlaying->isFullTeams()) return; // dont playing team => playing + team=*itDontPlay; // for net team info saving in framePlaying (we have only name with netID from network) itDontPlay->teamColor=framePlaying->getNextColor(); curPlayingTeams.push_back(*itDontPlay); if(!m_acceptOuter) emit teamWillPlay(*itDontPlay);