mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
Fix #17966: Reversed steel trains do not properly import from S4
This commit is contained in:
committed by
GitHub
parent
1b5f50fd32
commit
9578c514d2
@@ -60,6 +60,7 @@
|
||||
- Fix: [#17865] With difficult guest generation, tested but unopened rides still contribute to the guest cap.
|
||||
- Fix: [#17866] [Plugin] Wrong Soft Guest Cap at start of new game
|
||||
- Fix: [#17959] Areas marked for dirty drawing are too large.
|
||||
- Fix: [#17966] Reversed steel trains do not properly import from S4.
|
||||
|
||||
0.4.1 (2022-07-04)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -1195,6 +1195,9 @@ namespace RCT1
|
||||
MINIATURE_RAILWAY_TENDER = 15,
|
||||
MINIATURE_RAILWAY_LOCOMOTIVE = 16,
|
||||
MINIATURE_RAILWAY_CARRIAGE = 17,
|
||||
WOODEN_RC_TRAIN_BACKWARDS = 20,
|
||||
STEEL_RC_REVERSED_FRONT = 23,
|
||||
STEEL_RC_REVERSED_CARRIAGE = 24,
|
||||
MINE_TRAIN_FRONT = 35,
|
||||
MINE_TRAIN_CARRIAGE = 36,
|
||||
CORKSCREW_RC_FRONT = 38,
|
||||
|
||||
@@ -446,11 +446,11 @@ namespace RCT1
|
||||
2, // MINIATURE_RAILWAY_CARRIAGE
|
||||
0,
|
||||
0,
|
||||
0, // WOODEN_RC_TRAIN_BACKWARDS
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0, // STEEL_RC_REVERSED_FRONT
|
||||
1, // STEEL_RC_REVERSED_CARRIAGE
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user