# HG changeset patch
# User displacer
# Date 1172225293 0
# Node ID 61c617f1bec70395a31d3ef4c19049d0d033b563
# Parent  44ceded179a4f07816de39a462f0bf8ed953cf85
correct team info in frames (displaying bots difficulty fixed)

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);