GRF: Add extra road/tram type flag: towns cannot modify tiles

This commit is contained in:
Jonathan G Rennison
2020-10-16 22:12:57 +01:00
parent 75a964acb0
commit 946442ab6b
9 changed files with 48 additions and 18 deletions

View File

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