1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Remove game command for non network builds

This commit is contained in:
duncanspumpkin
2019-06-20 20:25:51 +01:00
parent 2d75c01882
commit 759db552f4

View File

@@ -4008,10 +4008,6 @@ void network_request_gamestate_snapshot()
void network_enqueue_game_action(const GameAction* action)
{
}
void network_send_gamecmd(
uint32_t eax, uint32_t ebx, uint32_t ecx, uint32_t edx, uint32_t esi, uint32_t edi, uint32_t ebp, uint8_t callback)
{
}
void network_send_game_action(const GameAction* action)
{
}