diff options
Diffstat (limited to 'src/road_internal.h')
-rw-r--r-- | src/road_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_internal.h b/src/road_internal.h index 9e3f3c510..9d3f782f4 100644 --- a/src/road_internal.h +++ b/src/road_internal.h @@ -25,7 +25,7 @@ RoadBits CleanUpRoadBits(const TileIndex tile, RoadBits org_rb); * @param town_check Shall the town rating checked/affected * @return true when it is allowed to remove the road bits */ -bool CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadType rt, uint32 flags, bool town_check = true); +bool CheckAllowRemoveRoad(TileIndex tile, RoadBits remove, Owner owner, RoadType rt, DoCommandFlag flags, bool town_check = true); /** * Draw the catenary for tram road bits |