Remove unused town argument from GetTownRoadType

This commit is contained in:
Jonathan G Rennison
2023-03-05 21:28:24 +00:00
parent 9d5f6c4fec
commit 983790ec7a
4 changed files with 12 additions and 11 deletions

View File

@@ -392,7 +392,7 @@ static inline uint16 TownTicksToGameTicks(uint16 ticks) {
}
RoadType GetTownRoadType(const Town *t);
RoadType GetTownRoadType();
bool MayTownModifyRoad(TileIndex tile);
#endif /* TOWN_H */