1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 01:10:10 +00:00

Skip ATTR subrecord in CLAS record

Present in FalloutNV.esm.
This commit is contained in:
elsid 2023-05-26 12:10:49 +02:00
parent 2686e586e5
commit f841a1377f
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -55,6 +55,7 @@ void ESM4::Class::load(ESM4::Reader& reader)
reader.getZString(mIcon);
break;
case ESM4::SUB_DATA:
case ESM4::SUB_ATTR:
reader.skipSubRecordData();
break;
default: