Add: Check that towns can build roads before generating map. (#12503)

This commit is contained in:
Peter Nelson
2024-04-16 16:25:07 +01:00
committed by GitHub
parent 8e2ccddd77
commit 48eb9b8bc9
4 changed files with 49 additions and 0 deletions

View File

@@ -315,5 +315,6 @@ inline uint16_t TownTicksToGameTicks(uint16_t ticks)
RoadType GetTownRoadType();
bool CheckTownRoadTypes();
#endif /* TOWN_H */