Ignore:
Timestamp:
02/14/23 15:14:47 (15 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Constants and basic support for MSFS 2020 (re #364).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r1022 r1077  
    416416                     pyuipc.fs_version)
    417417                if not autoReconnection:
    418                     fsType = const.SIM_MSFSX \
     418                    fsType = const.SIM_MSFS2020 \
     419                             if (pyuipc.fs_version == pyuipc.SIM_FS2020) \
     420                             else const.SIM_MSFSX \
    419421                             if (pyuipc.fs_version == pyuipc.SIM_FSX or
    420422                                 pyuipc.fs_version == pyuipc.SIM_FSX64) \
Note: See TracChangeset for help on using the changeset viewer.