Ignore:
Timestamp:
12/24/22 08:47:04 (16 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

New constant for X-Plane 12

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r1059 r1073  
    10261026        isXPlane = (flight.aircraftType==const.AIRCRAFT_DH8D or
    10271027                    flight.aircraftType==const.AIRCRAFT_B733) and \
    1028                     (flight.fsType==const.SIM_XPLANE11 or
     1028                    (flight.fsType==const.SIM_XPLANE12 or
     1029                     flight.fsType==const.SIM_XPLANE11 or
    10291030                     flight.fsType==const.SIM_XPLANE10 or
    10301031                     flight.fsType==const.SIM_XPLANE9)
Note: See TracChangeset for help on using the changeset viewer.