diff -r d9e8a336195c -r 9eb5a4cee35e QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Sat Sep 16 17:24:41 2006 +0000 +++ b/QTfrontend/hwform.cpp Mon Sep 18 17:37:22 2006 +0000 @@ -126,6 +126,7 @@ void HWForm::GoToMultiplayer() { + ui.pageMultiplayer->teamsSelect->resetPlayingTeams(config->GetTeamsList()); ui.Pages->setCurrentIndex(ID_PAGE_MULTIPLAYER); }