(svn r3297) Staticise

This commit is contained in:
tron
2005-12-14 06:20:23 +00:00
parent ce94c90a7b
commit 23bfc03054
12 changed files with 24 additions and 21 deletions

View File

@@ -597,7 +597,7 @@ void VehicleEnteredDepotThisTick(Vehicle *v)
}
}
VehicleTickProc *_vehicle_tick_procs[] = {
static VehicleTickProc* _vehicle_tick_procs[] = {
Train_Tick,
RoadVeh_Tick,
Ship_Tick,