forked from mirror/OpenTTD
(svn r5614) Move a type declaration to its only user
This commit is contained in:
@@ -593,6 +593,7 @@ void VehicleEnteredDepotThisTick(Vehicle *v)
|
||||
}
|
||||
}
|
||||
|
||||
typedef void VehicleTickProc(Vehicle*);
|
||||
static VehicleTickProc* _vehicle_tick_procs[] = {
|
||||
Train_Tick,
|
||||
RoadVeh_Tick,
|
||||
|
Reference in New Issue
Block a user