(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 b87b5f1187
commit e35a131153
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 */