From 08c65b8c721c70268fa0693a7aafc5b828c37162 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 2 Nov 2009 22:06:18 +0200 Subject: Fixing disconnection bug. And revert commit 30db6c4375f932370d4fce0c5b35a0cab93a2a18. --- src/net/ea/gamehandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/ea/gamehandler.cpp') diff --git a/src/net/ea/gamehandler.cpp b/src/net/ea/gamehandler.cpp index 597fd1da..97862883 100644 --- a/src/net/ea/gamehandler.cpp +++ b/src/net/ea/gamehandler.cpp @@ -75,7 +75,7 @@ void GameHandler::handleMessage(MessageIn &msg) logger->log("Protocol: Player start position: (%d, %d), Direction: %d", x, y, direction); // Switch now or we'll have problems - // state = STATE_GAME; + state = STATE_GAME; player_node->setTileCoords(x, y); } break; -- cgit v1.2.3-70-g09d2