Trying to make rejoin work, still broken due to change of unique id during game.

This commit is contained in:
lotodore
2011-09-28 20:20:08 +00:00
parent 2488ea43cd
commit d6ab25d816
11 changed files with 74 additions and 31 deletions
+2 -1
View File
@@ -283,16 +283,17 @@ JoinGameRequestMessage ::= [APPLICATION 11] SEQUENCE {
joinNewGame [1] JoinNewGame,
rejoinExistingGame [2] RejoinExistingGame
},
password UTF8String (SIZE(1..64)) OPTIONAL,
autoLeave BOOLEAN
}
JoinExistingGame ::= SEQUENCE {
gameId NonZeroId
password UTF8String (SIZE(1..64)) OPTIONAL,
}
JoinNewGame ::= SEQUENCE {
gameInfo NetGameInfo
password UTF8String (SIZE(1..64)) OPTIONAL,
}
RejoinExistingGame ::= SEQUENCE {