mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(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:
parent
f053bbb4f4
commit
d35f965c47
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user