delete no longer required "playersTurn"

This commit is contained in:
floty
2010-09-29 20:56:38 +00:00
parent 377f6dde6e
commit 3141743430
5 changed files with 4 additions and 30 deletions
-1
View File
@@ -1907,7 +1907,6 @@ ClientStateRunHand::InternalHandlePacket(boost::shared_ptr<ClientThread> client,
// Next player's turn.
curGame->getCurrentHand()->getCurrentBeRo()->setCurrentPlayersTurnId(tmpPlayer->getMyID());
curGame->getCurrentHand()->getCurrentBeRo()->setPlayersTurn(tmpPlayer->getMyID());
// Mark current player in GUI.
int guiStatus = 2;