diff options
author | frosch <frosch@openttd.org> | 2008-01-17 17:13:47 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2008-01-17 17:13:47 +0000 |
commit | c579bffed24d639357fe98a78da5f338f6e514e5 (patch) | |
tree | 2c09beeccb6100d84403b39f0e1b2035459e018d /src/water.h | |
parent | 978a7ca56aa657885ef3cb5fecb9177a5dadb870 (diff) | |
download | openttd-c579bffed24d639357fe98a78da5f338f6e514e5.tar.xz |
(svn r11898) -Fix: Update neighboured canals + signals when flooding non-flat tiles, too.
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 dbb2e114f..edd270006 100644 --- a/src/water.h +++ b/src/water.h @@ -10,6 +10,6 @@ void DrawShipDepotSprite(int x, int y, int image); void DrawCanalWater(TileIndex tile); void MakeWaterOrCanalDependingOnOwner(TileIndex tile, Owner o); void MakeWaterOrCanalDependingOnSurroundings(TileIndex t, Owner o); -void FloodHalftile(TileIndex t); +bool FloodHalftile(TileIndex t); #endif /* WATER_H */ |