From 936477c323f2c6cf1a4893ad7cd4a747c2ac5450 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jan 2010 18:10:10 +0000 Subject: (svn r18679) -Fix (r16993): tile area of waypoints wasn't correctly given to NewGRFs in case of multi tile waypoints --- src/station_cmd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/station_cmd.cpp') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index e9d9dba11..df57900f4 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -394,7 +394,6 @@ void Station::GetTileArea(TileArea *ta, StationType type) const case STATION_DOCK: case STATION_OILRIG: - case STATION_BUOY: ta->tile = this->dock_tile; break; -- cgit v1.2.3-54-g00ecf