New start event type to mark a certain game start as "rejoin" (in order to show a special dialog).

This commit is contained in:
lotodore
2011-10-26 21:45:39 +00:00
parent f1dc2e90a5
commit 0230edaec2
62 changed files with 479 additions and 186 deletions
+10
View File
@@ -435,9 +435,19 @@ RejectInvNotifyMessage ::= [APPLICATION 19] SEQUENCE {
StartEventMessage ::= [APPLICATION 20] SEQUENCE {
gameId NonZeroId,
startEventType CHOICE {
startEvent [0] StartEvent,
rejoinEvent [1] RejoinEvent
}
}
StartEvent ::= SEQUENCE {
fillWithComputerPlayers BOOLEAN
}
RejoinEvent ::= SEQUENCE {
}
StartEventAckMessage ::= [APPLICATION 21] SEQUENCE {
gameId NonZeroId
}