mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Fix #17337: APVC trains not imported properly when loading RCT1 parks
This commit is contained in:
committed by
GitHub
parent
29bcd0dee9
commit
60659f4a27
@@ -35,6 +35,7 @@
|
|||||||
- Fix: [#17295] Pause status not cleared when loading a scenario made from a converted paused save.
|
- Fix: [#17295] Pause status not cleared when loading a scenario made from a converted paused save.
|
||||||
- Fix: [#17310] Reversed reversible vehicles not imported properly when loading RCT1 parks.
|
- Fix: [#17310] Reversed reversible vehicles not imported properly when loading RCT1 parks.
|
||||||
- Fix: [#17335] [Plugin] Documentation has an incorrect type for PixelData 'data' attribute.
|
- Fix: [#17335] [Plugin] Documentation has an incorrect type for PixelData 'data' attribute.
|
||||||
|
- Fix: [#17337] Air Powered Vertical Coaster trains not imported properly when loading RCT1 parks.
|
||||||
|
|
||||||
0.4.0 (2022-04-25)
|
0.4.0 (2022-04-25)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1230,6 +1230,8 @@ namespace RCT1
|
|||||||
RIVER_RAFT = 103,
|
RIVER_RAFT = 103,
|
||||||
MINIATURE_RAILWAY_AMERICAN_TENDER = 104,
|
MINIATURE_RAILWAY_AMERICAN_TENDER = 104,
|
||||||
MINIATURE_RAILWAY_AMERICAN_LOCOMOTIVE = 105,
|
MINIATURE_RAILWAY_AMERICAN_LOCOMOTIVE = 105,
|
||||||
|
AIR_POWERED_VERTICAL_COASTER_TRAIN_FRONT = 106,
|
||||||
|
AIR_POWERED_VERTICAL_COASTER_TRAIN_CAR = 107,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|||||||
@@ -532,8 +532,8 @@ namespace RCT1
|
|||||||
0, // RIVER_RAFT
|
0, // RIVER_RAFT
|
||||||
1, // MINIATURE_RAILWAY_AMERICAN_TENDER
|
1, // MINIATURE_RAILWAY_AMERICAN_TENDER
|
||||||
0, // MINIATURE_RAILWAY_AMERICAN_LOCOMOTIVE
|
0, // MINIATURE_RAILWAY_AMERICAN_LOCOMOTIVE
|
||||||
0,
|
1, // AIR_POWERED_VERTICAL_COASTER_TRAIN_FRONT
|
||||||
0,
|
0, // AIR_POWERED_VERTICAL_COASTER_TRAIN_CAR
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|||||||
Reference in New Issue
Block a user