Fix #20310: Create map animations in title (#20314)

This commit is contained in:
mrmbernardi 2023-07-02 22:31:40 +02:00 committed by GitHub
parent 80cb6a257b
commit ad80943e59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- Fix: [#20155] Fairground organ style 2 shows up as regular music, rather than for the merry-go-round.
- Fix: [#20260] Ride locks up when inspecting/fixing staff member is fired.
- Fix: [#20262] Title screen music missing when “random” title music is selected and RCT1 is no longer linked.
- Fix: [#20310] Map animations are not created on the title screen.
- Fix: [#20342] Large Half Loop (left) now only appears once in the special elements dropdown.
- Fix: [#20361] Crash when using random map generation.
- Fix: [#20364] Adding too much money with cheats causes an overflow.

View File

@ -305,6 +305,7 @@ namespace OpenRCT2::Title
objectManager.LoadObjects(result.RequiredObjects);
parkImporter->Import();
MapAnimationAutoCreate();
}
PrepareParkForPlayback();
success = true;