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

Merge pull request #20509 from ZehMatt/fix-early-update

Remove WindowUpdateAll from GameLoadInit
This commit is contained in:
Matthias Moninger
2023-06-29 00:19:20 +03:00
committed by GitHub

View File

@@ -495,7 +495,6 @@ void GameLoadInit()
{
intent = Intent(INTENT_ACTION_CLEAR_TILE_INSPECTOR_CLIPBOARD);
ContextBroadcastIntent(&intent);
WindowUpdateAll();
}
OpenRCT2::Audio::StopTitleMusic();