[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)
{
block = false;
blockname = "";
tempgamename = "";
blockname = "", tempgamename = "", gamedesc = "", cloneof = "",
romof = "", sampleof = "", year = "", manufacturer = "";
}
}