(svn r18270) -Codechange: split the code for finding a road stop to stop at into a seperate function
This commit is contained in:
@@ -130,6 +130,7 @@ struct RoadVehicle : public SpecializedVehicle<RoadVehicle, VEH_ROAD> {
|
||||
Trackdir GetVehicleTrackdir() const;
|
||||
TileIndex GetOrderStationLocation(StationID station);
|
||||
bool FindClosestDepot(TileIndex *location, DestinationID *destination, bool *reverse);
|
||||
void FindRoadStopSlot();
|
||||
|
||||
/**
|
||||
* Check if vehicle is a front engine
|
||||
|
Reference in New Issue
Block a user