mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Remove XERO_ITER_EL
This commit is contained in:
@@ -229,7 +229,7 @@ void CParamNode::ApplyLayer(const XMBData& xmb, const XMBElement& element, const
|
||||
ChildrenMap childs;
|
||||
|
||||
// Recurse through the element's children
|
||||
XERO_ITER_EL(element, child)
|
||||
for (XMBElement child : element.GetChildNodes())
|
||||
{
|
||||
node.ApplyLayer(xmb, child, sourceIdentifier);
|
||||
if (filtering)
|
||||
|
||||
Reference in New Issue
Block a user