diff --git a/src/openrct2/GameState.cpp b/src/openrct2/GameState.cpp index 5d891f9e86..ed5981a973 100644 --- a/src/openrct2/GameState.cpp +++ b/src/openrct2/GameState.cpp @@ -183,6 +183,8 @@ void GameState::Update() } } + network_flush(); + if (!gOpenRCT2Headless) { input_set_flag(INPUT_FLAG_VIEWPORT_SCROLLING, false);