Ignore:
Timestamp:
03/16/18 08:52:05 (6 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The Ilyushin Il-62 is supported to some degree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r894 r895  
    105105## Aircraft type: British Aerospace BAe-146
    106106AIRCRAFT_B462 = 17
     107
     108## Aircraft type: British Aerospace BAe-146
     109AIRCRAFT_IL62 = 19
    107110
    108111#-------------------------------------------------------------------------------
     
    119122                 AIRCRAFT_T154, AIRCRAFT_T134,
    120123                 AIRCRAFT_YK40, AIRCRAFT_DC3,
    121                  AIRCRAFT_B462]
     124                 AIRCRAFT_B462, AIRCRAFT_IL62]
    122125
    123126#-------------------------------------------------------------------------------
     
    155158## Aircraft type family: British Aerospace BAe-146
    156159AIRCRAFT_FAMILY_B462 = 11
     160
     161## Aircraft type family: Ilyushin IL-62
     162AIRCRAFT_FAMILY_IL62 = 12
    157163
    158164#-------------------------------------------------------------------------------
     
    182188    AIRCRAFT_FAMILY_YK40: [AIRCRAFT_YK40],
    183189
    184     AIRCRAFT_FAMILY_B462: [AIRCRAFT_B462]
     190    AIRCRAFT_FAMILY_B462: [AIRCRAFT_B462],
     191
     192    AIRCRAFT_FAMILY_IL62: [AIRCRAFT_IL62]
    185193
    186194    }
Note: See TracChangeset for help on using the changeset viewer.