QTfrontend/game.cpp
changeset 12639 2473b03629c8
parent 12505 82c75a317d48
child 12822 f062a31fc8f2
equal deleted inserted replaced
12638:0ca08b310819 12639:2473b03629c8
   451     SetGameState(gsStarted);
   451     SetGameState(gsStarted);
   452 }
   452 }
   453 
   453 
   454 void HWGame::StartNet()
   454 void HWGame::StartNet()
   455 {
   455 {
       
   456     lastGameStartArgs.clear();
       
   457     lastGameType = gtNet;
       
   458 
   456     gameType = gtNet;
   459     gameType = gtNet;
   457     demo.clear();
   460     demo.clear();
   458     Start(false);
   461     Start(false);
   459     SetGameState(gsStarted);
   462     SetGameState(gsStarted);
   460 }
   463 }