QTfrontend/hwform.cpp
changeset 1576 a02353129a41
parent 1569 4456a0dfc647
child 1577 e3e37c730dc0
equal deleted inserted replaced
1575:ec56e8956fcb 1576:a02353129a41
   395 	GoBack();
   395 	GoBack();
   396 }
   396 }
   397 
   397 
   398 void HWForm::SimpleGame()
   398 void HWForm::SimpleGame()
   399 {
   399 {
   400 	CreateGame(0, 0, cDefaultAmmoStore->mid(10));
   400 	CreateGame(0, 0, *cDefaultAmmoStore);
   401 	game->StartQuick();
   401 	game->StartQuick();
   402 }
   402 }
   403 
   403 
   404 void HWForm::PlayDemo()
   404 void HWForm::PlayDemo()
   405 {
   405 {