(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)

This commit is contained in:
Darkvater 2005-04-02 15:08:31 +00:00
parent f053bbb4f4
commit d35f965c47

View File

@ -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 */