1
0
Fork 0

Fix: Terraform of road waypoint tiles

pull/13040/head
Jonathan G Rennison 2024-10-28 23:12:21 +00:00
parent a96a83e330
commit 9f6a7eca5d
1 changed files with 2 additions and 1 deletions

View File

@ -4762,7 +4762,8 @@ static CommandCost TerraformTile_Station(TileIndex tile, DoCommandFlag flags, in
return CommandCost(EXPENSES_CONSTRUCTION, _price[PR_BUILD_FOUNDATION]);
case STATION_TRUCK:
case STATION_BUS: {
case STATION_BUS:
case STATION_ROADWAYPOINT: {
if (IsDriveThroughStopTile(tile)) {
if (!AutoslopeCheckForAxis(tile, z_new, tileh_new, GetDriveThroughStopAxis(tile))) break;
} else {