equal
deleted
inserted
replaced
42 this->gamecfg = gamecfg; |
42 this->gamecfg = gamecfg; |
43 TeamCount = 0; |
43 TeamCount = 0; |
44 seed = ""; |
44 seed = ""; |
45 } |
45 } |
46 |
46 |
|
47 HWGame::~HWGame() |
|
48 { |
|
49 } |
|
50 |
47 void HWGame::onClientDisconnect() |
51 void HWGame::onClientDisconnect() |
48 { |
52 { |
49 SaveDemo(cfgdir->absolutePath() + "/Demos/LastRound.hwd_" + cProtoVer); |
53 SaveDemo(cfgdir->absolutePath() + "/Demos/LastRound.hwd_" + cProtoVer); |
50 emit GameStateChanged(gsStopped); |
54 emit GameStateChanged(gsStopped); |
51 } |
55 } |