forked from mirror/OpenTTD
(svn r16876) -Codechange: add helper functions to cast to Station/Waypoint with some extra checks.
This commit is contained in:
@@ -38,7 +38,7 @@ BaseStation::~BaseStation()
|
||||
}
|
||||
|
||||
Station::Station(TileIndex tile) :
|
||||
BaseStation(tile),
|
||||
SpecializedStation<Station, false>(tile),
|
||||
train_tile(INVALID_TILE),
|
||||
airport_tile(INVALID_TILE),
|
||||
dock_tile(INVALID_TILE),
|
||||
|
Reference in New Issue
Block a user