fix a return value bug
This commit is contained in:
@@ -421,7 +421,7 @@ bool PlugIn::OnCompileCommand(const char* cmdline) {
|
|||||||
this->DisplayUserMessage(PLUGIN_NAME, "INFO", "Playback is ignored in AMAN", true, true, false, false, false);
|
this->DisplayUserMessage(PLUGIN_NAME, "INFO", "Playback is ignored in AMAN", true, true, false, false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return retval;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlugIn::OnGetTagItem(EuroScopePlugIn::CFlightPlan flightPlan, EuroScopePlugIn::CRadarTarget radarTarget,
|
void PlugIn::OnGetTagItem(EuroScopePlugIn::CFlightPlan flightPlan, EuroScopePlugIn::CRadarTarget radarTarget,
|
||||||
|
|||||||
Reference in New Issue
Block a user