(svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list.

This commit is contained in:
2006-10-05 11:26:59 +00:00
parent 16271dfaac
commit cdfac3d7b7
3 changed files with 4 additions and 3 deletions

View File

@@ -217,6 +217,7 @@ static inline Vehicle *GetNextVehicle(const Vehicle *v)
void ConvertOldMultiheadToNew(void);
void ConnectMultiheadedTrains(void);
uint CountArticulatedParts(EngineID engine_type);
int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped);
void CcCloneTrain(bool success, TileIndex tile, uint32 p1, uint32 p2);