1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-21 05:53:02 +01:00

Fix #21037: Animations broken in title sequence

This commit is contained in:
mrmbernardi
2024-03-02 14:02:03 +01:00
committed by GitHub
parent 9a100b82b4
commit 54a4cbb1e9

View File

@@ -349,6 +349,7 @@ namespace OpenRCT2::Title
auto& gameState = GetGameState();
parkImporter->Import(gameState);
MapAnimationAutoCreate();
}
PrepareParkForPlayback();
success = true;