equal
deleted
inserted
replaced
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) |