QTfrontend/hwform.cpp
branch0.9.15
changeset 4751 849740a91d36
parent 4746 3ae448aebe7e
child 4759 4fa0c3da81f8
child 4845 9a0f5377c529
equal deleted inserted replaced
4749:62471157bd62 4751:849740a91d36
   978                 if (id == ID_PAGE_INGAME) GoBack();
   978                 if (id == ID_PAGE_INGAME) GoBack();
   979                 Music(ui.pageOptions->CBEnableFrontendMusic->isChecked());
   979                 Music(ui.pageOptions->CBEnableFrontendMusic->isChecked());
   980                 if (wBackground) wBackground->startAnimation();
   980                 if (wBackground) wBackground->startAnimation();
   981                 if (hwnet) hwnet->gameFinished();
   981                 if (hwnet) hwnet->gameFinished();
   982             }
   982             }
   983             if (gameState == gsHalted) close();
   983             if (gameState == gsHalted) close();   
   984         };
   984         };
   985     }
   985     }
   986 }
   986 }
   987 
   987 
   988 void HWForm::CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo)
   988 void HWForm::CreateGame(GameCFGWidget * gamecfg, TeamSelWidget* pTeamSelWidget, QString ammo)