Remove WindowUpdateAll from GameLoadInit

This commit is contained in:
ζeh Matt 2023-06-28 23:53:09 +03:00
parent a7bbe77148
commit 88ec42e7ab
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 0 additions and 1 deletions

View File

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