Make it an against flag instead

This commit is contained in:
Matt Nadareski
2020-08-01 15:10:41 -07:00
parent 7f150a3536
commit 002e55e86e
5 changed files with 29 additions and 37 deletions

View File

@@ -56,8 +56,7 @@ namespace SabreTools.Features
this[DiffNoDuplicatesFlag].AddFeature(NoAutomaticDateFlag);
AddFeature(DiffAgainstFlag);
this[DiffAgainstFlag].AddFeature(BaseDatListInput);
AddFeature(DiffGameFlag);
this[DiffGameFlag].AddFeature(BaseDatListInput);
this[DiffAgainstFlag].AddFeature(ByGameFlag);
AddFeature(BaseReplaceFlag);
this[BaseReplaceFlag].AddFeature(BaseDatListInput);
this[BaseReplaceFlag].AddFeature(UpdateFieldListInput);
@@ -155,7 +154,8 @@ namespace SabreTools.Features
GetBoolean(features, SkipFirstOutputValue),
Filter,
updateFields,
GetBoolean(features, OnlySameValue));
GetBoolean(features, OnlySameValue),
GetBoolean(Features, ByGameValue));
}
}
}