--- a/QTfrontend/teamselect.cpp Sat Feb 03 12:42:38 2007 +0000
+++ b/QTfrontend/teamselect.cpp Sat Feb 03 21:40:50 2007 +0000
@@ -224,6 +224,7 @@
void TeamSelWidget::pre_changeTeamStatus(HWTeam team)
{
+ team.teamColor=framePlaying->getNextColor();
emit acceptRequested(team);
}