QTfrontend/hwform.cpp
changeset 151 9eb5a4cee35e
parent 144 e6084b0c9316
child 152 c558957ef644
equal deleted inserted replaced
150:d9e8a336195c 151:9eb5a4cee35e
   124 	ui.Pages->setCurrentIndex(ID_PAGE_SETUP);
   124 	ui.Pages->setCurrentIndex(ID_PAGE_SETUP);
   125 }
   125 }
   126 
   126 
   127 void HWForm::GoToMultiplayer()
   127 void HWForm::GoToMultiplayer()
   128 {
   128 {
       
   129 	ui.pageMultiplayer->teamsSelect->resetPlayingTeams(config->GetTeamsList());
   129 	ui.Pages->setCurrentIndex(ID_PAGE_MULTIPLAYER);
   130 	ui.Pages->setCurrentIndex(ID_PAGE_MULTIPLAYER);
   130 }
   131 }
   131 
   132 
   132 void HWForm::GoToDemos()
   133 void HWForm::GoToDemos()
   133 {
   134 {