From bd87285d719e738a8baee8f11d4d6ffce0ab24a0 Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Tue, 30 May 2023 22:07:11 -0400 Subject: Some cleanup and refactoring (#295) * Cleaned up Main and improved documentation * Moved ZRoom::GetDeclarationSizeFromNeighbor into ZFile * Fixed compile issue --- ZAPD/ZDisplayList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZDisplayList.cpp') diff --git a/ZAPD/ZDisplayList.cpp b/ZAPD/ZDisplayList.cpp index d4cad7b..3d34370 100644 --- a/ZAPD/ZDisplayList.cpp +++ b/ZAPD/ZDisplayList.cpp @@ -40,7 +40,7 @@ ZDisplayList::~ZDisplayList() } // EXTRACT MODE -void ZDisplayList::ExtractFromXML(tinyxml2::XMLElement* reader, uint32_t nRawDataIndex) +void ZDisplayList::ExtractWithXML(tinyxml2::XMLElement* reader, uint32_t nRawDataIndex) { rawDataIndex = nRawDataIndex; ParseXML(reader); -- cgit v1.2.3