diff -r f9a949ef955b -r cacda05a053e QTfrontend/game.cpp --- 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); }