Changeset 357:95a02e0c97d3
- Timestamp:
- 12/13/12 15:56:21 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/checks.py
r356 r357 955 955 956 956 FIXME: check if this really is the intention (FlapsRetractedMistake.java)""" 957 if (flight.stage==const.STAGE_TAKEOFF and not state.onTheGround) or \ 957 if (flight.stage==const.STAGE_TAKEOFF and not state.onTheGround and 958 aircraft.type!=const.AIRCRAFT_F70) or \ 958 959 (flight.stage==const.STAGE_LANDING and state.onTheGround): 959 960 if self._timeStart is None:
Note:
See TracChangeset
for help on using the changeset viewer.