forked from mirror/OpenTTD
(svn r18680) -Fix: Whole station area is already correct size.
This commit is contained in:
@@ -73,8 +73,6 @@ struct ETileArea : TileArea {
|
|||||||
|
|
||||||
case TA_WHOLE:
|
case TA_WHOLE:
|
||||||
st->GetTileArea(this, Station::IsExpected(st) ? STATION_RAIL : STATION_WAYPOINT);
|
st->GetTileArea(this, Station::IsExpected(st) ? STATION_RAIL : STATION_WAYPOINT);
|
||||||
this->w++;
|
|
||||||
this->h++;
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user