summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-07-26 08:41:14 +0000
committertron <tron@openttd.org>2006-07-26 08:41:14 +0000
commit9900f3d87103cc55aad460659a13d357ae63a2f1 (patch)
tree0598339b5a29984fea33e7cd826ad6004d6f05de /vehicle.c
parent677ecc624c7f68c0b0025ca42468d15621ce4a7f (diff)
downloadopenttd-9900f3d87103cc55aad460659a13d357ae63a2f1.tar.xz
(svn r5614) Move a type declaration to its only user
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vehicle.c b/vehicle.c
index 4fa55907c..c2628e0d2 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -593,6 +593,7 @@ void VehicleEnteredDepotThisTick(Vehicle *v)
}
}
+typedef void VehicleTickProc(Vehicle*);
static VehicleTickProc* _vehicle_tick_procs[] = {
Train_Tick,
RoadVeh_Tick,