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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user