Correctly save booster speed, fixes #5032

This commit is contained in:
Gymnasiast 2017-02-10 00:32:41 +01:00
parent 6eeac4b536
commit 6c21b469d4
1 changed files with 1 additions and 1 deletions

View File

@ -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;