# HG changeset patch # User displacer # Date 1170608199 0 # Node ID 66345e38826d405bb7258cd31abd463021d43edd # Parent 21eeb5ac0486c90fd85fa29ca2a61f9095480084 initial colors assign fix 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);