1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix .park scenarios messing up Other Parks tab

This commit is contained in:
Michael Steenbeek
2022-08-11 18:14:06 +02:00
committed by GitHub
parent bbd5951154
commit be52f6457e
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
- Fix: [#17605] Crash when opening parks which have had objects removed externally.
- Fix: [#17639] When building upside down, the special elements list contains many items twice (original bug).
- Fix: [#17703] (undefined string) when building on invalid height.
- Fix: [#17776] “Other Parks” tab uses separate lists for SC4/SC6 and .park scenarios.
0.4.1 (2022-07-04)
------------------------------------------------------------------------

View File

@@ -44,7 +44,7 @@ struct scenario_index_entry
// Category / sequence
uint8_t category;
ScenarioSource source_game;
int16_t source_index;
int16_t source_index = -1;
uint16_t sc_id;
// Objective