MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / TileLoop_Void

Function TileLoop_Void

src/void_cmd.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59static void TileLoop_Void(TileIndex tile)
60{
61 /* Floods adjacent edge tile to prevent maps without water. */
62 TileLoop_Water(tile);
63}
64
65static void ChangeTileOwner_Void(TileIndex, Owner, Owner)
66{

Callers

nothing calls this directly

Calls 1

TileLoop_WaterFunction · 0.85

Tested by

no test coverage detected