Ignore:
Timestamp:
04/21/12 14:58:44 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The delay code buttons are generated in a more generic way

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/const.py

    r97 r98  
    143143# Flight type: charter
    144144FLIGHTTYPE_CHARTER = 3
     145
     146#-------------------------------------------------------------------------------
     147
     148# Delay code: loading problems
     149DELAYCODE_LOADING = 0
     150
     151# Delay code: VATSIM problem
     152DELAYCODE_VATSIM = 1
     153
     154# Delay code: network problems
     155DELAYCODE_NETWORK = 2
     156
     157# Delay code: controller's fault
     158DELAYCODE_CONTROLLER = 3
     159
     160# Delay code: system crash or freeze
     161DELAYCODE_SYSTEM = 4
     162
     163# Delay code: navigation problem
     164DELAYCODE_NAVIGATION = 5
     165
     166# Delay code: traffic problems
     167DELAYCODE_TRAFFIC = 6
     168
     169# Delay code: apron navigation
     170DELAYCODE_APRON = 7
     171
     172# Delay code: weather problems
     173DELAYCODE_WEATHER = 8
     174
     175# Delay code: personal reasons
     176DELAYCODE_PERSONAL = 9
    145177
    146178#-------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.