Adding missing message code when removed from the game.

This commit is contained in:
lotodore
2009-08-01 09:01:06 +00:00
parent 5a86ab9431
commit a49e58540d
37 changed files with 108 additions and 105 deletions
+2 -1
View File
@@ -24,7 +24,8 @@ typedef enum removedFromGameReason {
removedFromGameReason_kickedFromGame = 1,
removedFromGameReason_gameIsFull = 2,
removedFromGameReason_gameIsRunning = 3,
removedFromGameReason_gameTimeout = 4
removedFromGameReason_gameTimeout = 4,
removedFromGameReason_removedStartFailed = 5
} e_removedFromGameReason;
/* RemovedFromGame */