mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-11 17:36:03 +00:00
6324deb7d0
details: - add a new magic string "XMBu" to indicate an unfinished XMB file; - header magic fields are now exclusively strings to avoid type punning; - XMBFile::Initialize now has a return value which is checked by ReadXMBFile; - the XML loader re-creates the XMB if that fails. This was SVN commit r6016.