mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 23:49:09 +00:00
(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