Remove XERO_ITER_EL

This commit is contained in:
phosit
2026-09-07 18:06:58 +02:00
parent f8ea2c0d49
commit 7bcee2ea0e
16 changed files with 52 additions and 55 deletions
+1 -1
View File
@@ -979,7 +979,7 @@ void CGUI::Xeromyces_ReadRepeat(const XMBData& xmb, XMBElement element, IGUIObje
{
NameSubst.emplace_back(var, fmt::format("[{}]", n));
XERO_ITER_EL(element, child)
for (XMBElement child : element.GetChildNodes())
{
if (child.GetNodeName() == elmt_object)
Xeromyces_ReadObject(xmb, child, parent, NameSubst, Paths, nesting_depth);