changeset 339 | 7535ab6c3820 |
parent 322 | e7175ae57945 |
child 341 | 184230eb4151 |
--- a/QTfrontend/teamselect.cpp Sun Jan 14 23:13:24 2007 +0000 +++ b/QTfrontend/teamselect.cpp Mon Jan 15 18:45:07 2007 +0000 @@ -26,9 +26,9 @@ #include "teamselhelper.h" #include "frameTeam.h" -void TeamSelWidget::addTeam(HWTeam team, bool netTeam) +void TeamSelWidget::addTeam(HWTeam team) { - if(netTeam) { + if(team.netTeam) { framePlaying->addTeam(team, true); curPlayingTeams.push_back(team); } else {