1
0
Fork 0
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:
elsid 2023-05-27 14:39:23 +02:00
parent 60139c6bd5
commit 3a66854c3c
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -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