Fixing maximum small blind value.

This commit is contained in:
lotodore
2010-10-09 12:23:17 +00:00
parent 812e5e3e18
commit 81d36c9fed
+3 -3
View File
@@ -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 {