QTfrontend/hwform.cpp
changeset 6211 ee9465c0ea82
parent 6205 7764cbe4ddd7
child 6223 cc3eb9b7230f
--- a/QTfrontend/hwform.cpp	Wed Oct 26 01:17:44 2011 +0200
+++ b/QTfrontend/hwform.cpp	Wed Oct 26 01:50:08 2011 +0200
@@ -482,7 +482,8 @@
     if (id == ID_PAGE_ROOMSLIST) {
         if (hwnet && game && game->gameState == gsStarted) { // abnormal exit - kick or room destruction - send kills.
             game->netSuspend = true;
-            game->KillAllTeams();
+            ui.pageRoomsList->displayWarning(tr("Game aborted"));
+            game->abort();
         }
     }