Ignore:
Timestamp:
09/12/17 14:18:01 (7 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Considering the 64-bit versions of FSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r794 r877  
    408408                if not autoReconnection:
    409409                    fsType = const.SIM_MSFSX \
    410                              if pyuipc.fs_version == pyuipc.SIM_FSX \
     410                             if (pyuipc.fs_version == pyuipc.SIM_FSX or
     411                                 pyuipc.fs_version == pyuipc.SIM_FSX64) \
    411412                             else const.SIM_P3D \
    412                              if pyuipc.fs_version == pyuipc.SIM_P3D \
     413                             if (pyuipc.fs_version == pyuipc.SIM_P3D or
     414                                 pyuipc.fs_version == pyuipc.SIM_P3D64) \
    413415                             else const.SIM_MSFS9
    414416
Note: See TracChangeset for help on using the changeset viewer.