forked from mirror/OpenTTD
(svn r16859) -Codechange: split the Station struct into two so parts of it can be reused for Waypoints.
This commit is contained in:
@@ -44,6 +44,11 @@ Station::Station(TileIndex tile) :
|
||||
/* this->random_bits is set in Station::AddFacility() */
|
||||
}
|
||||
|
||||
/* static */ BaseStation *BaseStation::GetByTile(TileIndex tile)
|
||||
{
|
||||
return Station::GetByTile(tile);
|
||||
}
|
||||
|
||||
/**
|
||||
* Clean up a station by clearing vehicle orders and invalidating windows.
|
||||
* Aircraft-Hangar orders need special treatment here, as the hangars are
|
||||
|
Reference in New Issue
Block a user