mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-08 23:19:40 +00:00
(svn r18680) -Fix: Whole station area is already correct size.
This commit is contained in:
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…
Reference in New Issue
Block a user