Changeset 397:518defd42ed2
- Timestamp:
- 12/22/12 16:14:52 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r394 r397 1077 1077 state.landingLightsOn and state.altitude>12500) or \ 1078 1078 (flight.stage==const.STAGE_LANDING and \ 1079 not state.landingLightsOn and state.onTheGround) or \1079 not state.landingLightsOn and not state.onTheGround) or \ 1080 1080 (flight.stage==const.STAGE_PARKING and \ 1081 1081 state.landingLightsOn and state.onTheGround))
Note:
See TracChangeset
for help on using the changeset viewer.