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:
parent
d6c8c54dc5
commit
4716583f3e
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user