diff options
author | Darkvater <darkvater@openttd.org> | 2005-04-02 15:08:31 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2005-04-02 15:08:31 +0000 |
commit | d35f965c47a912e5cf69bfe64650e726728b4f40 (patch) | |
tree | 6bf78e792a06526f40dd0103272630c18d3c0505 | |
parent | f053bbb4f4ed542eb1e3e9d814ec80c569645fa3 (diff) | |
download | openttd-d35f965c47a912e5cf69bfe64650e726728b4f40.tar.xz |
(svn r2126) - Fix: #2 Fix compilation with network disabled, and comment out some of the warnings (unused function) (I missed this out the last commit, sorry)
-rw-r--r-- | network.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1391,7 +1391,7 @@ void NetworkChangeCompanyPassword(const char *str) #else -void ParseConnectionString(const byte **player, const byte **port, byte *connection_string) {} +void ParseConnectionString(const char **player, const char **port, char *connection_string) {} void NetworkUpdateClientInfo(uint16 client_index) {} #endif /* ENABLE_NETWORK */ |