summaryrefslogtreecommitdiff
path: root/vehicle.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
committerbjarni <bjarni@openttd.org>2006-01-18 15:05:01 +0000
commita4d1725de75f43b30df61b36185722d8edc9642d (patch)
tree2589f397d6cadd825e634a774f30c2fd7055752c /vehicle.h
parent2b31f5fe7e19e529c80e534ac47f66dc97e5c7fb (diff)
downloadopenttd-a4d1725de75f43b30df61b36185722d8edc9642d.tar.xz
(svn r3403) -Codechange: [multiheaded engines] the references between the front and rear engines are no longer saved
instead the pointers are generated on load
Diffstat (limited to 'vehicle.h')
-rw-r--r--vehicle.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/vehicle.h b/vehicle.h
index c00f0b8da..7136ed172 100644
--- a/vehicle.h
+++ b/vehicle.h
@@ -313,7 +313,6 @@ int32 GetTrainRunningCost(const Vehicle *v);
int CheckTrainStoppedInDepot(const Vehicle *v);
bool VehicleNeedsService(const Vehicle *v);
-void ConvertOldMultiheadToNew(void);
typedef struct GetNewVehiclePosResult {
int x,y;