Fix trains with non-front parts needing repair not being serviced
This commit is contained in:
@@ -191,6 +191,8 @@ struct Train FINAL : public GroundVehicle<Train, VEH_TRAIN> {
|
||||
int advisory_max_speed;
|
||||
};
|
||||
|
||||
bool ConsistNeedsRepair() const;
|
||||
|
||||
private:
|
||||
MaxSpeedInfo GetCurrentMaxSpeedInfoInternal(bool update_state) const;
|
||||
|
||||
|
Reference in New Issue
Block a user