mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-06 04:19:36 +01: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
|
#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) {}
|
void NetworkUpdateClientInfo(uint16 client_index) {}
|
||||||
|
|
||||||
#endif /* ENABLE_NETWORK */
|
#endif /* ENABLE_NETWORK */
|
||||||
|
Loading…
Reference in New Issue
Block a user