diff --git a/src/ride/track.c b/src/ride/track.c index bb7418114e..f371f8385c 100644 --- a/src/ride/track.c +++ b/src/ride/track.c @@ -1704,7 +1704,7 @@ int tracked_ride_to_td6(uint8 rideIndex, rct_track_td6* track_design, uint8* tra track_design->flags |= (1 << 31); if (track->type == TRACK_ELEM_LOG_FLUME_REVERSER) - track_design->flags |= (1 << 1); + track_design->var_6C |= (1 << 1); uint8 bh; if (track->type == TRACK_ELEM_BRAKES){ @@ -2306,4 +2306,4 @@ void game_command_place_track(int* eax, int* ebx, int* ecx, int* edx, int* esi, RCT2_GLOBAL(0x00141F56C, uint8) = 0; *ebx = RCT2_GLOBAL(0x00F44121, money32); *edi = rideIndex; -} \ No newline at end of file +}