Ignore:
Timestamp:
05/15/12 15:15:05 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added the Using FS2Crew option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/flight.py

    r176 r183  
    99
    1010import threading
    11 
    12 #---------------------------------------------------------------------------------------
    13 
    14 class Options(object):
    15     """Various configuration options."""
    16     def __init__(self):
    17         """Construct the object with default values."""
    18         self.fs2Crew = False
    19         self.compensation = None       
    2011
    2112#---------------------------------------------------------------------------------------
     
    3930        self.flareTimeFromFS = False
    4031        self.entranceExam = False
    41 
    42         self.options = Options()
    4332
    4433        self.aircraftType = None
Note: See TracChangeset for help on using the changeset viewer.