From 2c67320bae6eb048a1fafbcda79c58d4f49260d5 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 20 Oct 2007 21:05:18 +0000 Subject: (svn r11320) -Codechange: make lower halftiles at coast floodable. Patch by frosch. --- src/rail.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rail.h') diff --git a/src/rail.h b/src/rail.h index 36aa83f99..de1d1d82d 100644 --- a/src/rail.h +++ b/src/rail.h @@ -821,6 +821,8 @@ void DrawCatenaryOnTunnel(const TileInfo *ti); Foundation GetRailFoundation(Slope tileh, TrackBits bits); +void FloodHalftile(TileIndex t); + int32 SettingsDisableElrail(int32 p1); ///< _patches.disable_elrail callback #endif /* RAIL_H */ -- cgit v1.2.3-54-g00ecf