1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

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
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: [#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: [#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: [#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: [#20342] Large Half Loop (left) now only appears once in the special elements dropdown.
- Fix: [#20361] Crash when using random map generation. - Fix: [#20361] Crash when using random map generation.
- Fix: [#20364] Adding too much money with cheats causes an overflow. - Fix: [#20364] Adding too much money with cheats causes an overflow.

View File

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