summaryrefslogtreecommitdiff
path: root/vehicle.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-14 06:20:23 +0000
committertron <tron@openttd.org>2005-12-14 06:20:23 +0000
commit23bfc03054c52065006a73d8cebdeee068784892 (patch)
tree5042ddfac1e3c26fb99ea38d0bd4b90959a93d61 /vehicle.c
parentce94c90a7b966c0bff294f2b582068d984ba172c (diff)
downloadopenttd-23bfc03054c52065006a73d8cebdeee068784892.tar.xz
(svn r3297) Staticise
Diffstat (limited to 'vehicle.c')
-rw-r--r--vehicle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle.c b/vehicle.c
index f87c075d4..4c1619565 100644
--- a/vehicle.c
+++ b/vehicle.c
@@ -597,7 +597,7 @@ void VehicleEnteredDepotThisTick(Vehicle *v)
}
}
-VehicleTickProc *_vehicle_tick_procs[] = {
+static VehicleTickProc* _vehicle_tick_procs[] = {
Train_Tick,
RoadVeh_Tick,
Ship_Tick,