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
@@ -451,6 +451,7 @@ message HandStartMessage {
optional bytes encryptedCards = 3;
required uint32 smallBlind = 4;
repeated NetPlayerState seatStates = 5;
optional uint32 dealerPlayerId = 6;
}
message PlayersTurnMessage {