1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 15:15:31 +00:00

Missing updateMergedRefs()

This commit is contained in:
scrawl 2015-12-06 18:46:49 +01:00
parent 138957c49a
commit 2219231230

View file

@ -770,6 +770,7 @@ namespace MWWorld
throw std::runtime_error ("unknown type in cell reference section"); throw std::runtime_error ("unknown type in cell reference section");
} }
} }
updateMergedRefs();
} }
bool operator== (const CellStore& left, const CellStore& right) bool operator== (const CellStore& left, const CellStore& right)