summaryrefslogtreecommitdiff
path: root/network.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-22 23:24:53 +0000
committerdarkvater <darkvater@openttd.org>2004-12-22 23:24:53 +0000
commitc4836bbd70223842a9df4f412444ece44d9b1147 (patch)
tree95d171283345e7b2a5e3ec6b0c9f5aef12844312 /network.h
parent0e3399177eca41ea52ae9032a96cb19ed1610ebb (diff)
downloadopenttd-c4836bbd70223842a9df4f412444ece44d9b1147.tar.xz
(svn r1239) -Feature: Added gui option of setting company password. It can be found in the 'company information' window
-Spiced up 'set company_pw' a bit, where if no pw is typed, it shows the current one. -Added a space between company name and player; looks better
Diffstat (limited to 'network.h')
-rw-r--r--network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/network.h b/network.h
index e66639133..7fd1d4ebb 100644
--- a/network.h
+++ b/network.h
@@ -200,5 +200,6 @@ void NetworkUpdateClientInfo(uint16 client_index);
void NetworkAddServer(const byte *b);
void NetworkRebuildHostList();
NetworkGameList *NetworkQueryServer(const byte* host, unsigned short port, bool game_info);
+void NetworkChangeCompanyPassword(const char *str);
#endif /* NETWORK_H */