diff options
Diffstat (limited to 'src/water.h')
-rw-r--r-- | src/water.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/water.h b/src/water.h index 2ed54856b..e54d2e1ea 100644 --- a/src/water.h +++ b/src/water.h @@ -15,6 +15,6 @@ void DrawWaterClassGround(const struct TileInfo *ti); void DrawShoreTile(Slope tileh); void MakeWaterKeepingClass(TileIndex tile, Owner o); -void SetWaterClassDependingOnSurroundings(TileIndex t); +void SetWaterClassDependingOnSurroundings(TileIndex t, bool include_invalid_water_class); #endif /* WATER_H */ |