(svn r18680) -Fix: Whole station area is already correct size.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
peter1138 15 years ago
parent 936477c323
commit f77d88c0aa

@ -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;
}
}

Loading…
Cancel
Save