QTfrontend/hwform.cpp
changeset 2468 0b62498c201a
parent 2443 fececcbc2189
child 2511 446aac3c05a4
equal deleted inserted replaced
2467:be6690c337fb 2468:0b62498c201a
   862 
   862 
   863 void HWForm::StartTraining()
   863 void HWForm::StartTraining()
   864 {
   864 {
   865 	CreateGame(0, 0, 0);
   865 	CreateGame(0, 0, 0);
   866 
   866 
   867 	game->StartTraining();
   867 	game->StartTraining(ui.pageTraining->CBSelect->currentText());
   868 }
   868 }
   869 
   869 
   870 void HWForm::CreateNetGame()
   870 void HWForm::CreateNetGame()
   871 {
   871 {
   872 	QString ammo;
   872 	QString ammo;