From 81d36c9fede16ced0fdad36aa9decc74508cb4f0 Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Oct 2010 12:23:17 +0000 Subject: [PATCH] Fixing maximum small blind value. --- docs/pokerth.asn1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index 587121c0..f7b41950 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -338,9 +338,9 @@ NetGameInfo ::= SEQUENCE { delayBetweenHands INTEGER(5..20), -- These are seconds playerActionTimeout INTEGER(5..60), -- These are seconds firstSmallBlind INTEGER(1..20000), - endRaiseSmallBlindValue INTEGER(0..20000), + endRaiseSmallBlindValue INTEGER(0..1000000), startMoney INTEGER(1..1000000), - manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..20001) + manualBlinds SEQUENCE SIZE(0..30) OF INTEGER(1..1000000) } GamePlayerMessage ::= [APPLICATION 13] SEQUENCE { @@ -448,7 +448,7 @@ HandStartMessage ::= [APPLICATION 23] SEQUENCE { plainCards [0] PlainCards, encryptedCards [1] EncryptedCards }, - smallBlind INTEGER(1..20001) + smallBlind INTEGER(1..10000000) } PlayersTurnMessage ::= [APPLICATION 24] SEQUENCE {