1
0
Fork 1
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:
scrawl 2015-01-24 14:32:02 +01:00
parent 09f11fbff2
commit 7d76213374

View file

@ -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();
} }
} }