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
1 changed files with 2 additions and 0 deletions

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)