From 4b464093e7e69272728afc730874d1d10a9a5d35 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Wed, 4 Jan 2006 20:18:39 +0000 Subject: (svn r3362) Fix issue with loading old (TTD) savegames: - move call to convert from old to new train subtypes. - ensure AI is started for AI players. --- vehicle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'vehicle.h') diff --git a/vehicle.h b/vehicle.h index 6226348d1..d4afef496 100644 --- a/vehicle.h +++ b/vehicle.h @@ -317,6 +317,7 @@ int32 GetTrainRunningCost(const Vehicle *v); int CheckTrainStoppedInDepot(const Vehicle *v); bool VehicleNeedsService(const Vehicle *v); +void ConvertOldMultiheadToNew(void); typedef struct GetNewVehiclePosResult { int x,y; -- cgit v1.2.3-54-g00ecf