[DatTools] Some loadflags are on regular files...

This commit is contained in:
Matt Nadareski
2016-09-09 10:53:41 -07:00
parent b204a831db
commit 033a7c358f

View File

@@ -1161,12 +1161,6 @@ namespace SabreTools.Helper
subreader.Read(); subreader.Read();
continue; continue;
} }
// If the rom has another type of loadflag, skip it completely
else if (subreader.GetAttribute("loadflag") != null)
{
subreader.Read();
continue;
}
// If we're in clean mode, sanitize the game name // If we're in clean mode, sanitize the game name
if (clean) if (clean)