mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Remove XERO_ITER_ATTR
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user