mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 10:13:06 +00:00
Set ESM::Dialogue::mType on blank and skip load
This commit is contained in:
parent
d6c8c54dc5
commit
4716583f3e
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ namespace ESM
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
esm.skip(size);
|
esm.skip(size);
|
||||||
|
mType = Unknown;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
@ -67,6 +68,7 @@ namespace ESM
|
||||||
|
|
||||||
void Dialogue::blank()
|
void Dialogue::blank()
|
||||||
{
|
{
|
||||||
|
mType = Unknown;
|
||||||
mInfo.clear();
|
mInfo.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue