mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-20 18:11:35 +00:00
parent
4f1601fe0d
commit
1aa1336dcf
2 changed files with 0 additions and 2 deletions
|
@ -23,7 +23,6 @@ void DialInfo::load(ESMReader &esm)
|
|||
// If the info is deleted, NAME and DELE sub-records are followed after NNAM
|
||||
if (esm.isNextSub("NAME"))
|
||||
{
|
||||
esm.getSubName();
|
||||
mResponse = esm.getHString();
|
||||
mIsDeleted = readDeleSubRecord(esm);
|
||||
return;
|
||||
|
|
|
@ -8,7 +8,6 @@ namespace ESM
|
|||
{
|
||||
if (esm.isNextSub("DELE"))
|
||||
{
|
||||
esm.getSubName();
|
||||
esm.skipHSub();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue