mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
Fix loading faction reactions for older savegames (Fixes #2301)
This commit is contained in:
parent
09f11fbff2
commit
7d76213374
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ void ESM::DialogueState::load (ESMReader &esm)
|
||||||
while (esm.isNextSub ("REAC"))
|
while (esm.isNextSub ("REAC"))
|
||||||
{
|
{
|
||||||
esm.skipHSub();
|
esm.skipHSub();
|
||||||
esm.getSubHeader();
|
esm.getSubName();
|
||||||
esm.skipHSub();
|
esm.skipHSub();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue