mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 16:54:52 +01:00
@@ -4488,7 +4488,7 @@ int ride_get_refund_price(int ride_id)
|
||||
z,
|
||||
0);
|
||||
map_element_iterator_restart_for_tile(&it);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
RCT2_GLOBAL(0x00F4413A, money32) += game_do_command(
|
||||
@@ -4527,7 +4527,6 @@ int ride_get_refund_price(int ride_id)
|
||||
z,
|
||||
0);
|
||||
map_element_iterator_restart_for_tile(&it);
|
||||
break;
|
||||
}
|
||||
RCT2_GLOBAL(RCT2_ADDRESS_GAME_PAUSED, uint8) = oldpaused;
|
||||
return RCT2_GLOBAL(0x00F4413A, int);
|
||||
|
||||
@@ -3562,7 +3562,7 @@ static money32 track_place(int rideIndex, int type, int originX, int originY, in
|
||||
offsetX = -trackBlock->y;
|
||||
offsetY = trackBlock->x;
|
||||
bl = rol8(bl, 3);
|
||||
bh |= bl;
|
||||
bh = bl;
|
||||
bh = ror8(bh, 4);
|
||||
bl &= 0x88;
|
||||
bh &= 0x77;
|
||||
|
||||
Reference in New Issue
Block a user