mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 13:03:11 +01:00
Fix #8141: Attempting to build entrance/exit on station 2 does not work
This commit is contained in:
committed by
GitHub
parent
3b176cd6eb
commit
3d9702dfd4
@@ -1794,9 +1794,9 @@ static money32 track_remove(
|
||||
footpath_remove_edges_at(x, y, tileElement);
|
||||
}
|
||||
tile_element_remove(tileElement);
|
||||
sub_6CB945(rideIndex);
|
||||
if (!(flags & GAME_COMMAND_FLAG_GHOST))
|
||||
{
|
||||
sub_6CB945(rideIndex);
|
||||
ride_update_max_vehicles(ride);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user