navigator: make MissionBlock subclass of NavigatorMode

This commit is contained in:
Anton Babushkin
2014-06-27 11:34:19 +02:00
parent 52eb49ba0b
commit affc312411
8 changed files with 32 additions and 38 deletions
+1 -2
View File
@@ -56,8 +56,7 @@
#define DELAY_SIGMA 0.01f
RTL::RTL(Navigator *navigator, const char *name) :
NavigatorMode(navigator, name),
MissionBlock(navigator),
MissionBlock(navigator, name),
_rtl_state(RTL_STATE_NONE),
_param_return_alt(this, "RETURN_ALT"),
_param_descend_alt(this, "DESCEND_ALT"),