summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}
}