mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix build
This commit is contained in:
@@ -68,7 +68,7 @@ in -old DAT file. Ignores those entries in -old that are not in -new.";
|
||||
|
||||
// Now run the diff on the inputs
|
||||
datfile.DetermineUpdateType(dats, basedats, outdat, UpdateMode.DiffAgainst, false /* inplace */, false /* skip */,
|
||||
new Filter(), new List<Field>(), false /* onlySame */);
|
||||
new Filter(), new List<Field>(), false /* onlySame */, false /* byGame */);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ namespace RombaSharp.Features
|
||||
|
||||
// Now run the diff on the inputs
|
||||
datfile.DetermineUpdateType(dats, basedats, outdat, UpdateMode.DiffAgainst, false /* inplace */, false /* skip */,
|
||||
new Filter(), new List<Field>(), false /* onlySame */);
|
||||
new Filter(), new List<Field>(), false /* onlySame */, false /* byGame */);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -191,6 +191,7 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
#endregion
|
||||
|
||||
// TODO: Move to features?
|
||||
#region Determination Helpers
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user