# HG changeset patch # User peter1138 # Date 2010-01-01 18:10:50 # Node ID a73ffee57a4014b5a6a62c5c4cc3eb1c9e1bc3c6 # Parent 9ef38edd8bb5248b0fbe31e1907d19fd9956ef6c (svn r18680) -Fix: Whole station area is already correct size. diff --git a/src/newgrf_station.cpp b/src/newgrf_station.cpp --- 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; } }