summaryrefslogtreecommitdiff
path: root/src/newgrf_station.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2010-01-01 18:10:50 +0000
committerpeter1138 <peter1138@openttd.org>2010-01-01 18:10:50 +0000
commitf77d88c0aa9413b6434fd6a8c0522e8d1a6d4f41 (patch)
treeb9307aced16d7b71deb053c22930e39ebff69463 /src/newgrf_station.cpp
parent936477c323f2c6cf1a4893ad7cd4a747c2ac5450 (diff)
downloadopenttd-f77d88c0aa9413b6434fd6a8c0522e8d1a6d4f41.tar.xz
(svn r18680) -Fix: Whole station area is already correct size.
Diffstat (limited to 'src/newgrf_station.cpp')
-rw-r--r--src/newgrf_station.cpp2
1 files changed, 0 insertions, 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;
}
}