(svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved

instead the pointers are generated on load
This commit is contained in:
bjarni
2006-01-18 15:05:01 +00:00
parent 2b31f5fe7e
commit a4d1725de7
6 changed files with 162 additions and 102 deletions

View File

@@ -205,4 +205,7 @@ static inline Vehicle *GetLastEnginePart(Vehicle *v)
return v;
}
void ConvertOldMultiheadToNew(void);
void ConnectMultiheadedTrains(void);
#endif /* TRAIN_H */