diff options
author | peter1138 <peter1138@openttd.org> | 2010-01-01 18:10:50 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2010-01-01 18:10:50 +0000 |
commit | f77d88c0aa9413b6434fd6a8c0522e8d1a6d4f41 (patch) | |
tree | b9307aced16d7b71deb053c22930e39ebff69463 | |
parent | 936477c323f2c6cf1a4893ad7cd4a747c2ac5450 (diff) | |
download | openttd-f77d88c0aa9413b6434fd6a8c0522e8d1a6d4f41.tar.xz |
(svn r18680) -Fix: Whole station area is already correct size.
-rw-r--r-- | src/newgrf_station.cpp | 2 |
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; } } |