1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Fix client not resuming when server toggles pause.

This commit is contained in:
ZehM4tt
2017-06-22 21:03:23 +02:00
committed by Michał Janiszewski
parent 47b63620a1
commit efa0275104

View File

@@ -311,6 +311,8 @@ void game_update()
// Special case because we set numUpdates to 0, otherwise in game_logic_update.
network_update();
network_process_game_commands();
}
if (!gOpenRCT2Headless)