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
commite35a13115309b931e1ce345c628ef5cf07332773 (patch)
tree2589f397d6cadd825e634a774f30c2fd7055752c /vehicle.h
parentb87b5f1187b3b31b9085f008017a65693654b67b (diff)
downloadopenttd-e35a13115309b931e1ce345c628ef5cf07332773.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;