(svn r8536) -Fix (FS#577): Road Vehicles now can obtain a slot even if the station is very spread out
This commit is contained in:
@@ -84,7 +84,7 @@ struct StationRect : public Rect {
|
||||
|
||||
StationRect();
|
||||
void MakeEmpty();
|
||||
bool PtInRectXY(int x, int y) const;
|
||||
bool PtInExtendedRect(int x, int y, int distance = 0) const;
|
||||
bool IsEmpty() const;
|
||||
bool BeforeAddTile(TileIndex tile, StationRectMode mode);
|
||||
bool BeforeAddRect(TileIndex tile, int w, int h, StationRectMode mode);
|
||||
|
Reference in New Issue
Block a user