mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Correctly save booster speed, fixes #5032
This commit is contained in:
@@ -1055,7 +1055,7 @@ static bool track_design_save_to_td6_for_tracked_ride(uint8 rideIndex, rct_track
|
||||
}
|
||||
|
||||
uint8 bh;
|
||||
if (track->type == TRACK_ELEM_BRAKES) {
|
||||
if (track->type == TRACK_ELEM_BRAKES || track->type == TRACK_ELEM_BOOSTER) {
|
||||
bh = trackElement.element->properties.track.sequence >> 4;
|
||||
} else {
|
||||
bh = trackElement.element->properties.track.colour >> 4;
|
||||
|
||||
Reference in New Issue
Block a user