diff options
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r-- | aircraft_cmd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c index a64227a97..70336c0da 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -834,11 +834,9 @@ static void SetAircraftPosition(Vehicle *v, int x, int y, int z) } /** Handle Aircraft specific tasks when a an Aircraft enters a hangar - * Made inline because it's only called from one location (VehicleEnterDepot) - * Can't be moved to vehicle.c because it calls static Aircraft specific functions * @param *v Vehicle that enters the hangar */ -inline void HandleAircraftEnterHangar(Vehicle *v) +void HandleAircraftEnterHangar(Vehicle *v) { Vehicle *u; |