mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-05 00:45:36 +00:00
changed name of default worldspace (should reduce chance of a name conflict)
This commit is contained in:
parent
55195f819a
commit
6e8b9c88b2
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ bool Cell::getNextMVRF(ESMReader &esm, MovedCellRef &mref)
|
|||
|
||||
if (id.mPaged)
|
||||
{
|
||||
id.mWorldspace = "default";
|
||||
id.mWorldspace = "sys::default";
|
||||
id.mIndex.mX = mData.mX;
|
||||
id.mIndex.mY = mData.mY;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue