[DatFile] Clear everything at the end of a game

This commit is contained in:
Matt Nadareski
2016-10-10 18:29:49 -07:00
parent dfcb2c0f41
commit c978c0c73a

View File

@@ -2148,8 +2148,8 @@ namespace SabreTools.Helper
else if (Regex.IsMatch(line, Constants.EndPatternCMP) && block) else if (Regex.IsMatch(line, Constants.EndPatternCMP) && block)
{ {
block = false; block = false;
blockname = ""; blockname = "", tempgamename = "", gamedesc = "", cloneof = "",
tempgamename = ""; romof = "", sampleof = "", year = "", manufacturer = "";
} }
} }