mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 09:35:28 +00:00
Reimplement region for TES3 cells
This commit is contained in:
parent
a31d381611
commit
0485b23b5f
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user