From 7b0fd807fb50df320debdd8ce5661cae625b04d9 Mon Sep 17 00:00:00 2001 From: yexo Date: Wed, 1 Sep 2010 23:41:56 +0000 Subject: (svn r20717) -Fix [FS#4103]: water class was not set for stations --- src/station_map.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/station_map.h') diff --git a/src/station_map.h b/src/station_map.h index c8204c40e..8d3bcb54d 100644 --- a/src/station_map.h +++ b/src/station_map.h @@ -533,6 +533,7 @@ static inline void MakeStation(TileIndex t, Owner o, StationID sid, StationType { SetTileType(t, MP_STATION); SetTileOwner(t, o); + SetWaterClass(t, wc); _m[t].m2 = sid; _m[t].m3 = 0; _m[t].m4 = 0; -- cgit v1.2.3-54-g00ecf