mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-25 08:03:58 -05:00
xml bugfix
This commit is contained in:
parent
10d234f6c7
commit
f4c52b8178
|
|
@ -47,6 +47,7 @@ bool SerializableItem_Map::readElement(QXmlStreamReader *xml)
|
|||
if (currentItem) {
|
||||
if (currentItem->readElement(xml))
|
||||
currentItem = 0;
|
||||
return false;
|
||||
} else if (firstItem)
|
||||
firstItem = false;
|
||||
else if (xml->isEndElement() && (xml->name() == itemType))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user