1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Fix small mistake in flags

This commit is contained in:
Duncan
2015-05-01 12:52:46 +01:00
committed by Duncan Frost
parent 7d13cb9ac3
commit f367746964

View File

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