1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 09:15:33 +00:00

Merge branch 'region51' into 'master'

Reimplement region for TES3 cells

See merge request OpenMW/openmw!2720
This commit is contained in:
Evil Eye 2023-02-11 10:43:00 +00:00
commit f76f0f263e

View file

@ -38,7 +38,7 @@ namespace MWWorld
, mGridPos(cell.getGridX(), cell.getGridY())
, mDisplayname(cell.mName)
, mNameID(cell.mName)
, mRegion(ESM::RefId::sEmpty) // Unimplemented for now
, mRegion(cell.mRegion)
, mCellId(cell.getCellId())
, mMood{
.mAmbiantColor = cell.mAmbi.mAmbient,