Remove XERO_ITER_ATTR

This commit is contained in:
phosit
2026-09-07 18:06:58 +02:00
parent c69ded6f30
commit f8ea2c0d49
9 changed files with 84 additions and 91 deletions
+1 -1
View File
@@ -599,7 +599,7 @@ void CXMLReader::ReadTerrain(XMBElement parent)
int priority = 0;
u16 height = 16384;
XERO_ITER_ATTR(parent, attr)
for (XMBAttribute attr : parent.GetAttributes())
{
if (attr.Name == at_patches)
patches = attr.Value.ToInt();