mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-02-03 01:15:03 +01:00
Codechange: Implement tile proc handler to test for building bridge over tile.
This commit is contained in:
committed by
Peter Nelson
parent
77503776b6
commit
f30f808b50
@@ -4162,6 +4162,7 @@ extern const TileTypeProcs _tile_type_town_procs = {
|
||||
nullptr, // vehicle_enter_tile_proc
|
||||
GetFoundation_Town, // get_foundation_proc
|
||||
TerraformTile_Town, // terraform_tile_proc
|
||||
nullptr, // check_build_above_proc
|
||||
};
|
||||
|
||||
std::span<const DrawBuildingsTileStruct> GetTownDrawTileData()
|
||||
|
||||
Reference in New Issue
Block a user