forked from mirror/OpenTTD
(svn r6649) - Codechange: Show more correct capacity of articulated wagons in the train purchase list.
This commit is contained in:
1
train.h
1
train.h
@@ -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);
|
||||
|
Reference in New Issue
Block a user