(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.
This commit is contained in:
peter1138
2006-01-04 20:18:39 +00:00
parent b6721d7e95
commit 28668bc30b
4 changed files with 11 additions and 6 deletions

View File

@@ -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;