mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 09:36:42 +00:00
This commit is contained in:
parent
7e689abdfb
commit
759b2e96bf
1 changed files with 12 additions and 12 deletions
|
@ -112,8 +112,8 @@ void Cell::load(ESMReader &esm, MWWorld::ESMStore &store)
|
|||
// instead.
|
||||
if (mData.mFlags & QuasiEx)
|
||||
mRegion = esm.getHNOString("RGNN");
|
||||
else
|
||||
esm.getHNT(mAmbi, "AMBI", 16);
|
||||
else if (esm.isNextSub("AMBI"))
|
||||
esm.getHT(mAmbi);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue