Adding hand number to action request message, to prevent sending the wrong action.
This commit is contained in:
@@ -459,6 +459,7 @@ PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {
|
|||||||
|
|
||||||
MyActionRequestMessage ::= [APPLICATION 25] SEQUENCE {
|
MyActionRequestMessage ::= [APPLICATION 25] SEQUENCE {
|
||||||
gameId NonZeroId,
|
gameId NonZeroId,
|
||||||
|
handNum NonZeroId,
|
||||||
gameState NetGameState,
|
gameState NetGameState,
|
||||||
myAction NetPlayerAction,
|
myAction NetPlayerAction,
|
||||||
myRelativeBet INTEGER(0..10000000)
|
myRelativeBet INTEGER(0..10000000)
|
||||||
|
|||||||
Reference in New Issue
Block a user