Fix #9774: CmdBuildRoadStop updated station acceptance in estimate mode
This commit is contained in:

committed by
Michael Lutz

parent
21f85cac87
commit
4844268d1c
@@ -1918,11 +1918,11 @@ CommandCost CmdBuildRoadStop(DoCommandFlag flags, TileIndex tile, uint8 width, u
|
||||
|
||||
MarkTileDirtyByTile(cur_tile);
|
||||
}
|
||||
}
|
||||
|
||||
if (st != nullptr) {
|
||||
st->AfterStationTileSetChange(true, is_truck_stop ? STATION_TRUCK: STATION_BUS);
|
||||
}
|
||||
}
|
||||
return cost;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user