From 66cb462218a3cdd3d344e15a0bb528b416d4e758 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 26 Mar 2010 21:52:21 +0000 Subject: [PATCH] Adding new game type entry in game info block to support different types of games: normal, registered users only, invite only and ranking game. --- docs/pokerth.asn1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/pokerth.asn1 b/docs/pokerth.asn1 index bfc52d8f..3562d1dc 100644 --- a/docs/pokerth.asn1 +++ b/docs/pokerth.asn1 @@ -304,6 +304,12 @@ JoinGameFailed ::= SEQUENCE { NetGameInfo ::= SEQUENCE { gameName UTF8String (SIZE(1..64)), + netGameType ENUMERATED { + normalGame (1), + registeredOnlyGame (2), + inviteOnlyGame (3), + rankingGame (4) + }, maxNumPlayers INTEGER(2..10), raiseIntervalMode CHOICE { raiseEveryHands [0] INTEGER(1..1000),