diff -r 6bf4d8dc6b06 -r 494b5880989a QTfrontend/game.cpp --- a/QTfrontend/game.cpp Wed Dec 26 21:08:25 2007 +0000 +++ b/QTfrontend/game.cpp Wed Dec 26 22:16:22 2007 +0000 @@ -16,14 +16,8 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#include -#include -#include #include #include -#include -#include -#include #include "game.h" #include "hwconsts.h" @@ -46,6 +40,7 @@ HWGame::~HWGame() { + SetGameState(gsDestroyed); } void HWGame::onClientDisconnect()