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

This commit is contained in:
peter1138 2010-01-01 18:10:50 +00:00
parent 936477c323
commit f77d88c0aa
1 changed files with 0 additions and 2 deletions

View File

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