1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix no network builds

This commit is contained in:
Duncan
2017-04-14 12:06:23 +01:00
committed by Michał Janiszewski
parent df5ea16026
commit f8241b7bb0

View File

@@ -3107,6 +3107,7 @@ sint32 network_get_status() { return NETWORK_STATUS_NONE; }
sint32 network_get_authstatus() { return NETWORK_AUTH_NONE; }
uint32 network_get_server_tick() { return gCurrentTicks; }
void network_send_gamecmd(uint32 eax, uint32 ebx, uint32 ecx, uint32 edx, uint32 esi, uint32 edi, uint32 ebp, uint8 callback) {}
void network_send_game_action(const IGameAction *action, uint32 flags = 0) {}
void network_send_map() {}
void network_update() {}
void network_process_game_commands() {}