1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Remove WindowUpdateAll from GameLoadInit

This commit is contained in:
ζeh Matt
2023-06-28 23:53:09 +03:00
parent a7bbe77148
commit 88ec42e7ab

View File

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