(svn r13678) -Fix (r13677): electric trains from pre elrail savegames would get stopped on load.

This commit is contained in:
rubidium
2008-07-06 11:08:40 +00:00
parent 22249a7317
commit 3a793ceea9
3 changed files with 24 additions and 20 deletions

View File

@@ -191,6 +191,7 @@ DECLARE_OLD_POOL(Vehicle, Vehicle, 9, 125)
struct SaveLoad;
extern const SaveLoad *GetVehicleDescription(VehicleType vt);
extern void AfterLoadVehicles(bool clear_te_id);
extern void InitializeVehicleCaches();
struct LoadgameState;
extern bool LoadOldVehicle(LoadgameState *ls, int num);