mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user