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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user