File diff r2573:4469b4854811 → r2574:7236c646b1d7
aircraft_cmd.c
Show inline comments
 
@@ -1302,8 +1302,6 @@ static void AircraftEnterHangar(Vehicle 
 
	ServiceAircraft(v);
 
	InvalidateWindowClasses(WC_AIRCRAFT_LIST);
 

	
 
	v = MaybeReplaceVehicle(v);
 

	
 
	TriggerVehicle(v, VEHICLE_TRIGGER_DEPOT);
 

	
 
	if (v->current_order.type == OT_GOTO_DEPOT) {