mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 14:15:35 +00:00
Avoid confusion for generated cell flags
This commit is contained in:
parent
60139c6bd5
commit
3a66854c3c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ MWWorld::CellStore& MWWorld::WorldModel::getExterior(ESM::ExteriorCellLocation c
|
|||
record.mParent = cellIndex.mWorldspace;
|
||||
record.mX = cellIndex.mX;
|
||||
record.mY = cellIndex.mY;
|
||||
record.mCellFlags = !ESM4::CELL_Interior;
|
||||
record.mCellFlags = 0;
|
||||
cell = mStore.insert(record);
|
||||
}
|
||||
CellStore* cellStore
|
||||
|
|
Loading…
Reference in a new issue