From f77d88c0aa9413b6434fd6a8c0522e8d1a6d4f41 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 1 Jan 2010 18:10:50 +0000 Subject: (svn r18680) -Fix: Whole station area is already correct size. --- src/newgrf_station.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp index b701ec3b6..35d76423e 100644 --- a/src/newgrf_station.cpp +++ b/src/newgrf_station.cpp @@ -73,8 +73,6 @@ struct ETileArea : TileArea { case TA_WHOLE: st->GetTileArea(this, Station::IsExpected(st) ? STATION_RAIL : STATION_WAYPOINT); - this->w++; - this->h++; break; } } -- cgit v1.2.3-54-g00ecf