(svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed
This commit is contained in:
@@ -134,6 +134,7 @@ struct Train : public SpecializedVehicle<Train, VEH_TRAIN> {
|
||||
TileIndex GetOrderStationLocation(StationID station);
|
||||
bool FindClosestDepot(TileIndex *location, DestinationID *destination, bool *reverse);
|
||||
|
||||
void ReserveTrackUnderConsist() const;
|
||||
|
||||
/**
|
||||
* enum to handle train subtypes
|
||||
|
Reference in New Issue
Block a user