mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script
This commit is contained in:
committed by
Mat Sutcliffe
parent
4e24edcb0a
commit
7b6650db32
@@ -272,12 +272,12 @@ namespace BlackGui
|
||||
return model;
|
||||
}
|
||||
|
||||
MSReturnValues CModelMatcherComponent::matchingScript(const CAircraftModel &inModel, const CAircraftMatcherSetup &setup, CStatusMessageList &msgs)
|
||||
MatchingScriptReturnValues CModelMatcherComponent::matchingScript(const CAircraftModel &inModel, const CAircraftMatcherSetup &setup, CStatusMessageList &msgs)
|
||||
{
|
||||
// Script
|
||||
if (setup.doRunMsReverseLookupScript())
|
||||
{
|
||||
const MSReturnValues rv = CAircraftMatcher::reverseLookupScript(inModel, setup, &msgs);
|
||||
const MatchingScriptReturnValues rv = CAircraftMatcher::reverseLookupScript(inModel, setup, &msgs);
|
||||
if (rv.runScriptAndModified())
|
||||
{
|
||||
return rv;
|
||||
|
||||
Reference in New Issue
Block a user