mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
One more bit of cleanup
This commit is contained in:
@@ -262,11 +262,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (reader.NodeType == XmlNodeType.EndElement && (reader.Name == "dataarea" || reader.Name == "diskarea"))
|
if (reader.NodeType == XmlNodeType.EndElement && (reader.Name == "dataarea" || reader.Name == "diskarea"))
|
||||||
{
|
|
||||||
areasize = null;
|
areasize = null;
|
||||||
areaWidth = null;
|
|
||||||
areaEndinaness = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
reader.Read();
|
reader.Read();
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user