Rationalise handling of train too heavy advice messages

This commit is contained in:
Jonathan G Rennison
2024-02-25 13:01:08 +00:00
parent 601071744e
commit be4aea0dad
4 changed files with 23 additions and 28 deletions

View File

@@ -272,4 +272,6 @@ bool VehiclesHaveSameOrderList(const Vehicle *v1, const Vehicle *v2);
bool IsUniqueVehicleName(const char *name);
void ShowTrainTooHeavyAdviceMessage(const Vehicle *v);
#endif /* VEHICLE_FUNC_H */