QTfrontend/game.cpp
changeset 4430 cacda05a053e
parent 4428 2bc3d3475edf
child 4494 9585435e20f7
--- a/QTfrontend/game.cpp	Sun Nov 28 13:12:00 2010 -0500
+++ b/QTfrontend/game.cpp	Sun Nov 28 13:58:25 2010 -0500
@@ -40,6 +40,7 @@
     this->config = config;
     this->gamecfg = gamecfg;
     TeamCount = 0;
+    netSuspend = false;
 }
 
 HWGame::~HWGame()
@@ -245,7 +246,7 @@
             break;
         }
         default: {
-            if (gameType == gtNet)
+            if (gameType == gtNet && !netSuspend)
             {
                 emit SendNet(msg);
             }