(svn r13369) -Codechange: remove duplication of network configuration settings between NetworkSettings and NetworkGameInfo.

-Fix: failure of changing the server password during games because the password wasn't duplicated properly.
This commit is contained in:
rubidium
2008-06-03 08:04:35 +00:00
parent 0cf79d70d0
commit 994779e9e2
9 changed files with 73 additions and 111 deletions

View File

@@ -10,7 +10,7 @@
#include "network_type.h"
#include "../console_type.h"
extern NetworkGameInfo _network_game_info;
extern NetworkServerGameInfo _network_game_info;
extern NetworkPlayerInfo _network_player_info[MAX_PLAYERS];
extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO];