mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Missed one rename
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text;
|
|
||||||
using System.Xml;
|
|
||||||
|
|
||||||
using SabreTools.Helper;
|
using SabreTools.Helper;
|
||||||
|
|
||||||
@@ -73,7 +71,7 @@ namespace SabreTools
|
|||||||
List<RomData> romsB = new List<RomData>();
|
List<RomData> romsB = new List<RomData>();
|
||||||
|
|
||||||
// Load the current DAT to be processed
|
// Load the current DAT to be processed
|
||||||
List<RomData> roms = RomManipulation.Parse(_filename, 0, 0, logger);
|
List<RomData> roms = RomManipulation.Parse(_filename, 0, 0, _logger);
|
||||||
|
|
||||||
// Now separate the roms accordingly
|
// Now separate the roms accordingly
|
||||||
foreach (RomData rom in roms)
|
foreach (RomData rom in roms)
|
||||||
|
|||||||
Reference in New Issue
Block a user