Ignore:
Timestamp:
08/08/15 07:24:29 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added constant for P3D as well as a check for the version (re #273).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r559 r657  
    381381                    fsType = const.SIM_MSFSX \
    382382                             if pyuipc.fs_version == pyuipc.SIM_FSX \
     383                             else const.SIM_P3D \
     384                             if pyuipc.fs_version == pyuipc.SIM_P3D \
    383385                             else const.SIM_MSFS9
    384386
Note: See TracChangeset for help on using the changeset viewer.