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:
committed by
GitHub
parent
bbd5951154
commit
be52f6457e
@@ -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)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user