summaryrefslogtreecommitdiff
path: root/src/water.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-07-26 16:14:10 +0000
committerfrosch <frosch@openttd.org>2008-07-26 16:14:10 +0000
commit16c80d031c49988143fec34af598685bb8bcefd1 (patch)
tree3a62ec9adb234e8726387b1573747436f7d43e9f /src/water.h
parentea7ed286a63fdade4f1b55738a9d0fb110c00c01 (diff)
downloadopenttd-16c80d031c49988143fec34af598685bb8bcefd1.tar.xz
(svn r13838) -Codechange: Make industry tiles aware of WaterClasses.
Diffstat (limited to 'src/water.h')
-rw-r--r--src/water.h2
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 */