forked from teamnwah/openmw-tes3coop
Merge remote branch 'greye/cross_cell-borders'
This commit is contained in:
commit
380defa52f
1 changed files with 3 additions and 1 deletions
|
@ -558,7 +558,9 @@ namespace MWWorld
|
|||
if (!newCell.isExterior()) {
|
||||
changeToInteriorCell(newCell.cell->name, pos);
|
||||
} else {
|
||||
changeToExteriorCell(pos);
|
||||
int cellX = newCell.cell->data.gridX;
|
||||
int cellY = newCell.cell->data.gridY;
|
||||
mWorldScene->changeCell(cellX, cellY, pos, false);
|
||||
}
|
||||
} else {
|
||||
if (!mWorldScene->isCellActive(newCell)) {
|
||||
|
|
Loading…
Reference in a new issue