mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix issues in convert and generate
This commit is contained in:
@@ -197,7 +197,7 @@ namespace DATabase
|
||||
string state = "";
|
||||
if (lastgame != "" && lastgame != rom.Game)
|
||||
{
|
||||
state += (_old ? "}\n" : "\t</machine>\n");
|
||||
state += (_old ? ")\n" : "\t</machine>\n");
|
||||
}
|
||||
|
||||
if (lastgame != rom.Game)
|
||||
|
||||
Reference in New Issue
Block a user