equal
deleted
inserted
replaced
213 |
213 |
214 /* v now contains the last artic part in the engine */ |
214 /* v now contains the last artic part in the engine */ |
215 return v->next; |
215 return v->next; |
216 } |
216 } |
217 |
217 |
218 void ConvertOldMultiheadToNew(void); |
218 void ConvertOldMultiheadToNew(); |
219 void ConnectMultiheadedTrains(void); |
219 void ConnectMultiheadedTrains(); |
220 uint CountArticulatedParts(EngineID engine_type); |
220 uint CountArticulatedParts(EngineID engine_type); |
221 |
221 |
222 int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped); |
222 int CheckTrainInDepot(const Vehicle *v, bool needs_to_be_stopped); |
223 void CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2); |
223 void CcBuildLoco(bool success, TileIndex tile, uint32 p1, uint32 p2); |
224 void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2); |
224 void CcBuildWagon(bool success, TileIndex tile, uint32 p1, uint32 p2); |