OpenTTD Source
20241108-master-g80f628063a
|
Used as the user_data for FindFurthestFromWater. More...
Data Fields | |
TileIndex | tile |
holds the tile that was found | |
uint | max_dist |
holds the distance that tile is from the water | |
TownLayout | layout |
tells us what kind of town we're building | |
Used as the user_data for FindFurthestFromWater.
Definition at line 2252 of file town_cmd.cpp.