Adding hand number to action request message, to prevent sending the wrong action.

This commit is contained in:
lotodore
2010-09-25 09:08:18 +00:00
parent 5be4818731
commit a4ba012b79
+1
View File
@@ -459,6 +459,7 @@ PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {
MyActionRequestMessage ::= [APPLICATION 25] SEQUENCE {
gameId NonZeroId,
handNum NonZeroId,
gameState NetGameState,
myAction NetPlayerAction,
myRelativeBet INTEGER(0..10000000)