Changeset 500:abafc04321b3


Ignore:
Timestamp:
04/07/13 06:34:29 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
xplane
Phase:
public
Message:

The simulator type chosen depends on the version returned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/xplane.py

    r431 r500  
    503503                  (xplaneVersion, xplmVersion, xplraVersion)
    504504                if not autoReconnection:
    505                     fsType = const.SIM_XPLANE10 if xplraVersion>=10000 else const.SIM_XPLANE9
     505                    fsType = const.SIM_XPLANE10 if xplaneVersion>=10000 else const.SIM_XPLANE9
    506506
    507507                    Handler._callSafe(lambda:
Note: See TracChangeset for help on using the changeset viewer.