changed name of default worldspace (should reduce chance of a name conflict)

actorid
Marc Zinnschlag 11 years ago
parent 55195f819a
commit 6e8b9c88b2

@ -249,7 +249,7 @@ bool Cell::getNextMVRF(ESMReader &esm, MovedCellRef &mref)
if (id.mPaged) if (id.mPaged)
{ {
id.mWorldspace = "default"; id.mWorldspace = "sys::default";
id.mIndex.mX = mData.mX; id.mIndex.mX = mData.mX;
id.mIndex.mY = mData.mY; id.mIndex.mY = mData.mY;
} }

Loading…
Cancel
Save