forked from mirror/openmw-tes3mp
Merge remote-tracking branch 'maqifrnswa/bug2407' into openmw-35-1
This commit is contained in:
commit
9f155df761
1 changed files with 2 additions and 0 deletions
|
@ -316,6 +316,7 @@ namespace MWScript
|
|||
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
||||
if(!cell)
|
||||
{
|
||||
runtime.getContext().report ("unknown cell (" + cellID + ")");
|
||||
std::cerr << "unknown cell (" << cellID << ")\n";
|
||||
}
|
||||
}
|
||||
|
@ -428,6 +429,7 @@ namespace MWScript
|
|||
store = MWBase::Environment::get().getWorld()->getExterior(cx,cy);
|
||||
if(!cell)
|
||||
{
|
||||
runtime.getContext().report ("unknown cell (" + cellID + ")");
|
||||
std::cerr << "unknown cell (" << cellID << ")\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue