Changeset 415:77d406d7d593 for src/mlx
- Timestamp:
- 01/26/13 09:48:29 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r414 r415 1077 1077 state.landingLightsOn and state.altitude>12500) or \ 1078 1078 (flight.stage==const.STAGE_LANDING and \ 1079 not state.landingLightsOn and not state.onTheGround) or \ 1079 not state.landingLightsOn and state.onTheGround and 1080 state.groundSpeed>50.0) or \ 1080 1081 (flight.stage==const.STAGE_PARKING and \ 1081 1082 state.landingLightsOn and state.onTheGround))
Note:
See TracChangeset
for help on using the changeset viewer.