Error messages are shown when joining a network game fails. Still need to handle players which left and kicking players.

This commit is contained in:
lotodore
2007-04-28 13:07:06 +00:00
parent e0bc14282f
commit da2939a7a8
12 changed files with 410 additions and 272 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ ClientThread::Main()
GetCallback().SignalNetClientGameInfo(msg);
// Additionally signal the start of the game.
if (msg == MSG_SOCK_GAME_START)
if (msg == MSG_NET_GAME_START)
GetCallback().SignalNetClientGameStart(GetGameData());
}
}