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

Added support for the charter configuration version of the Boeing 737-800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r184 r191  
    735735#---------------------------------------------------------------------------------------
    736736
    737 _classes = { const.AIRCRAFT_B736 : B736,
    738              const.AIRCRAFT_B737 : B737,
    739              const.AIRCRAFT_B738 : B738,
    740              const.AIRCRAFT_B733 : B733,
    741              const.AIRCRAFT_B734 : B734,
    742              const.AIRCRAFT_B735 : B735,
    743              const.AIRCRAFT_DH8D : DH8D,
    744              const.AIRCRAFT_B762 : B762,
    745              const.AIRCRAFT_B763 : B763,
    746              const.AIRCRAFT_CRJ2 : CRJ2,
    747              const.AIRCRAFT_F70 : F70,
    748              const.AIRCRAFT_DC3 : DC3,
    749              const.AIRCRAFT_T134 : T134,
    750              const.AIRCRAFT_T154 : T154,
    751              const.AIRCRAFT_YK40 : YK40 }
    752 
    753 #---------------------------------------------------------------------------------------
     737_classes = { const.AIRCRAFT_B736  : B736,
     738             const.AIRCRAFT_B737  : B737,
     739             const.AIRCRAFT_B738  : B738,
     740             const.AIRCRAFT_B738C : B738Charter,
     741             const.AIRCRAFT_B733  : B733,
     742             const.AIRCRAFT_B734  : B734,
     743             const.AIRCRAFT_B735  : B735,
     744             const.AIRCRAFT_DH8D  : DH8D,
     745             const.AIRCRAFT_B762  : B762,
     746             const.AIRCRAFT_B763  : B763,
     747             const.AIRCRAFT_CRJ2  : CRJ2,
     748             const.AIRCRAFT_F70   : F70,
     749             const.AIRCRAFT_DC3   : DC3,
     750             const.AIRCRAFT_T134  : T134,
     751             const.AIRCRAFT_T154  : T154,
     752             const.AIRCRAFT_YK40  : YK40 }
     753
     754#---------------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.