From 88ec42e7abe45b772638a4e74c1ceb5ec8016f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Wed, 28 Jun 2023 23:53:09 +0300 Subject: [PATCH] Remove WindowUpdateAll from GameLoadInit --- src/openrct2/Game.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openrct2/Game.cpp b/src/openrct2/Game.cpp index c551d1d9ce..3743405a1b 100644 --- a/src/openrct2/Game.cpp +++ b/src/openrct2/Game.cpp @@ -495,7 +495,6 @@ void GameLoadInit() { intent = Intent(INTENT_ACTION_CLEAR_TILE_INSPECTOR_CLIPBOARD); ContextBroadcastIntent(&intent); - WindowUpdateAll(); } OpenRCT2::Audio::StopTitleMusic();