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

A bit of work on the constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/const.py

    r4 r6  
    33#-------------------------------------------------------------------------------
    44
     5# The ratio between lbs and kg
     6LBSTOKG=0.4536
     7
     8# The ratio between feet and metre
     9FEETTOMETRES=0.3048
     10
     11#-------------------------------------------------------------------------------
     12
    513# Flight simulator type: MS Flight Simulator 2004
    6 TYPE_MSFS9 = 1
     14SIM_MSFS9 = 1
    715
    816# Flight simulator type: MS Flight Simulator X
    9 TYPE_MSFSX = 2
     17SIM_MSFSX = 2
    1018
    1119# Flight simulator type: X-Plane 9
    12 TYPE_XPLANE9 = 3
     20SIM_XPLANE9 = 3
    1321
    1422# Flight simulator type: X-Plane 10
    15 TYPE_XPLANE10 = 4
     23SIM_XPLANE10 = 4
    1624
    1725#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.