Ignore:
Timestamp:
02/01/12 16:48:49 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the different type-specific aircraft classes and the type-specific generic FSUIPC-based models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/const.py

    r6 r7  
    3434AIRCRAFT_B738 = 3
    3535
    36 # Aircraft type: Dash-8 Q400
    37 AIRCRAFT_DH8D = 4
    38 
    3936# Aircraft type: Boeing 737-300
    40 AIRCRAFT_B733 = 5
     37AIRCRAFT_B733 = 4
    4138
    4239# Aircraft type: Boeing 737-400
    43 AIRCRAFT_B734 = 6
     40AIRCRAFT_B734 = 5
    4441
    4542# Aircraft type: Boeing 737-500
    46 AIRCRAFT_B735 = 7
     43AIRCRAFT_B735 = 6
     44
     45# Aircraft type: Dash-8 Q400
     46AIRCRAFT_DH8D = 7
    4747
    4848# Aircraft type: Boeing 767-200
     
    5050
    5151# Aircraft type: Boeing 767-300
    52 AIRCRAFT_B762 = 9
     52AIRCRAFT_B763 = 9
    5353
    5454# Aircraft type: Canadair CRJ-200
     
    5858AIRCRAFT_F70 = 11
    5959
    60 # Aircraft type: Lisunov Li-3
     60# Aircraft type: Lisunov Li-2
    6161AIRCRAFT_DC3 = 12
    6262
Note: See TracChangeset for help on using the changeset viewer.