From d102d0c26dfad035938426ddef5c3194844999d6 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 2 May 2005 15:52:19 +0000 Subject: (svn r2243) -Fix: Rework of console. Use 'help command|variable' to get help about it. You can assign variables with =, ++, --, or just new value. Console parser is now lenient towards typed spaces, and more robust in general (at least readable). Removed the 'set' command, instead implemented all such variables as 'variables'. - Some variables are really special and cannot be assigned normally, use their callback procedure for assignment/querying. This commit also obsoletes "[1172804] Console set command cleanup" --- network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network.h') diff --git a/network.h b/network.h index 6da06d798..87bdd6306 100644 --- a/network.h +++ b/network.h @@ -217,6 +217,6 @@ void ParseConnectionString(const char **player, const char **port, char *connect void NetworkUpdateClientInfo(uint16 client_index); void NetworkAddServer(const char *b); void NetworkRebuildHostList(void); -void NetworkChangeCompanyPassword(const char *str); +bool NetworkChangeCompanyPassword(byte argc, char *argv[]); #endif /* NETWORK_H */ -- cgit v1.2.3-54-g00ecf