From a4ba012b794a87a33c9159ba963e19c8c1340ccb Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 25 Sep 2010 09:08:18 +0000 Subject: [PATCH] Adding hand number to action request message, to prevent sending the wrong action. --- docs/pokerth.asn1 | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 75f2d441..587121c0 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -459,6 +459,7 @@ PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE { MyActionRequestMessage ::= [APPLICATION 25] SEQUENCE { gameId NonZeroId, + handNum NonZeroId, gameState NetGameState, myAction NetPlayerAction, myRelativeBet INTEGER(0..10000000)