|
|
@ -547,7 +547,7 @@ namespace MWWorld
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
int index = mCell->mContextList.at(i).index;
|
|
|
|
int index = mCell->mContextList[i].index;
|
|
|
|
mCell->restore (esm[index], i);
|
|
|
|
mCell->restore (esm[index], i);
|
|
|
|
|
|
|
|
|
|
|
|
ESM::CellRef ref;
|
|
|
|
ESM::CellRef ref;
|
|
|
@ -606,7 +606,7 @@ namespace MWWorld
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
// Reopen the ESM reader and seek to the right position.
|
|
|
|
int index = mCell->mContextList.at(i).index;
|
|
|
|
int index = mCell->mContextList[i].index;
|
|
|
|
mCell->restore (esm[index], i);
|
|
|
|
mCell->restore (esm[index], i);
|
|
|
|
|
|
|
|
|
|
|
|
ESM::CellRef ref;
|
|
|
|
ESM::CellRef ref;
|
|
|
|