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

It is now possible to cancel a flight and to start a new one at the end and also to refresh the list of flights.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/soundsched.py

    r200 r208  
    194194                                        const.STAGE_TAKEOFF,
    195195                                        extraCondition = lambda flight, state:
    196                                         state.landingLightsOn or state.gs>80,
     196                                        state.landingLightsOn or state.groundSpeed>80,
    197197                                        considerHotkey = False))
    198198        self._sounds.append(SimpleSound(const.SOUND_CRUISE, const.STAGE_CRUISE))
Note: See TracChangeset for help on using the changeset viewer.