mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Clear everything at the end of a game
This commit is contained in:
@@ -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 = "";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user