1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Set ESM::Dialogue::mType on blank and skip load

This commit is contained in:
elsid 2023-03-26 16:02:24 +02:00
parent d6c8c54dc5
commit 4716583f3e
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -37,6 +37,7 @@ namespace ESM
else
{
esm.skip(size);
mType = Unknown;
}
break;
}
@ -67,6 +68,7 @@ namespace ESM
void Dialogue::blank()
{
mType = Unknown;
mInfo.clear();
}