summaryrefslogtreecommitdiff
path: root/src/network/network_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-06-03 08:04:35 +0000
committerrubidium <rubidium@openttd.org>2008-06-03 08:04:35 +0000
commitabf2b0efc36e09caac75ad777af6842a16b66d22 (patch)
treef4465a975b5e0a16c9e1057ed8b9c384ae16a443 /src/network/network_func.h
parent4b4e73c1dd6c77a5876f826a45af1263b1b3eb96 (diff)
downloadopenttd-abf2b0efc36e09caac75ad777af6842a16b66d22.tar.xz
(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.
Diffstat (limited to 'src/network/network_func.h')
-rw-r--r--src/network/network_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/network_func.h b/src/network/network_func.h
index 599defb9d..3f7612751 100644
--- a/src/network/network_func.h
+++ b/src/network/network_func.h
@@ -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];