QTfrontend/teamselect.cpp
changeset 482 61c617f1bec7
parent 387 66345e38826d
child 486 7ea71cd3acd5
--- 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);