Adding new game type entry in game info block to support different types of games: normal, registered users only, invite only and ranking game.

This commit is contained in:
lotodore
2010-03-26 21:52:21 +00:00
parent a02a9cacf6
commit 66cb462218
+6
View File
@@ -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),