[DatTools] Fix unlimited cycle

This commit is contained in:
Matt Nadareski
2016-09-09 10:05:25 -07:00
parent 230571e3b8
commit e540b6c736

View File

@@ -1164,6 +1164,7 @@ namespace SabreTools.Helper
// If the rom has another type of loadflag, skip it completely // If the rom has another type of loadflag, skip it completely
else if (subreader.GetAttribute("loadflag") != null) else if (subreader.GetAttribute("loadflag") != null)
{ {
subreader.Read();
continue; continue;
} }