fix a return value bug

This commit is contained in:
Sven Czarnian
2021-12-09 10:27:30 +01:00
parent 0fc113cd2d
commit 076109be41

View File

@@ -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);
}
return false;
return retval;
}
void PlugIn::OnGetTagItem(EuroScopePlugIn::CFlightPlan flightPlan, EuroScopePlugIn::CRadarTarget radarTarget,