1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00

Fix Disable Network build

This commit is contained in:
duncanspumpkin
2015-10-18 12:02:31 +01:00
parent 45d3fbf10d
commit fedd83987e

View File

@@ -1177,4 +1177,5 @@ int network_get_player_id(unsigned int index) { return 0; }
void network_send_chat(const char* text) {}
void network_close() {}
void network_kick_player(int playerId) { }
uint8 network_get_current_player_id() { return 0; }
#endif /* DISABLE_NETWORK */