Send dealer player id with each hand start message.

This commit is contained in:
lotodore
2013-09-24 23:40:10 +02:00
parent 14bf950471
commit a304903883
5 changed files with 151 additions and 1 deletions
+1
View File
@@ -438,6 +438,7 @@ AbstractServerGameStateReceiving::CreateNetPacketHandStart(const ServerGame &ser
}
netHandStart->set_smallblind(curGame.getCurrentHand()->getSmallBlind());
netHandStart->set_dealerplayerid(curGame.getCurrentHand()->getDealerPosition());
return notifyCards;
}