| 57 | } |
| 58 | |
| 59 | static void TileLoop_Void(TileIndex tile) |
| 60 | { |
| 61 | /* Floods adjacent edge tile to prevent maps without water. */ |
| 62 | TileLoop_Water(tile); |
| 63 | } |
| 64 | |
| 65 | static void ChangeTileOwner_Void(TileIndex, Owner, Owner) |
| 66 | { |
nothing calls this directly
no test coverage detected