Fix unnecessary braking when leaving station with order without non-stop flag
This commit is contained in:
@@ -495,6 +495,7 @@ public:
|
||||
*/
|
||||
inline void SetOccupancy(uint8 occupancy) { this->occupancy = occupancy; }
|
||||
|
||||
bool ShouldStopAtStation(StationID last_station_visited, StationID station, bool waypoint) const;
|
||||
bool ShouldStopAtStation(const Vehicle *v, StationID station, bool waypoint) const;
|
||||
bool CanLeaveWithCargo(bool has_cargo, CargoID cargo) const;
|
||||
|
||||
|
Reference in New Issue
Block a user