Fixed nasty synchronization bug when players leave during start of a game. Fixed netpacket error which occured occasionally during game start when only one player was left, the last player will be removed from the game now, but stay in the lobby. Added new stat to IRC bot.

This commit is contained in:
lotodore
2008-04-02 21:41:39 +00:00
parent e0be7e9490
commit 91b62abf7b
5 changed files with 54 additions and 21 deletions
+1
View File
@@ -91,6 +91,7 @@
#define NTF_NET_REMOVED_ALREADY_RUNNING 204
#define NTF_NET_REMOVED_KICKED 205
#define NTF_NET_REMOVED_TIMEOUT 206
#define NTF_NET_REMOVED_START_FAILED 207
// Notifications - join failed
#define NTF_NET_JOIN_GAME_FULL 210