Changeset - r8274:425d19aac1c7
[Not reviewed]
master
0 1 0
smatz - 17 years ago 2008-01-13 17:55:00
smatz@openttd.org
(svn r11838) -Fix (r11320): draw correctly canal next to half flooded rail tile
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/water_cmd.cpp
Show inline comments
 
@@ -393,6 +393,7 @@ static bool IsWateredTile(TileIndex tile
 
					return false;
 
			}
 

	
 
		case MP_RAILWAY:  return GetRailGroundType(tile) == RAIL_GROUND_WATER;
 
		case MP_STATION:  return IsOilRig(tile) || IsDock(tile) || IsBuoy(tile);
 
		case MP_INDUSTRY: return (GetIndustrySpec(GetIndustryType(tile))->behaviour & INDUSTRYBEH_BUILT_ONWATER) != 0;
 
		default:          return false;
0 comments (0 inline, 0 general)