mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add header-level No-Intro ID support
This commit is contained in:
@@ -170,6 +170,9 @@ namespace SabreTools.DatFiles
|
||||
|
||||
#region Logiqx
|
||||
|
||||
if (DatHeaderMappings.Keys.Contains(DatHeaderField.NoIntroID))
|
||||
datHeader.NoIntroID = DatHeaderMappings[DatHeaderField.NoIntroID];
|
||||
|
||||
if (DatHeaderMappings.Keys.Contains(DatHeaderField.Build))
|
||||
datHeader.Build = DatHeaderMappings[DatHeaderField.Build];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user