1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 00:15:32 +00:00

fix to previous commit

This commit is contained in:
Marc Zinnschlag 2013-08-15 15:53:50 +02:00
parent e94fcce622
commit 7b4d8afde7

View file

@ -465,7 +465,7 @@ namespace MWWorld
iter!=mWorldScene->getActiveCells().end(); ++iter) iter!=mWorldScene->getActiveCells().end(); ++iter)
{ {
Ptr::CellStore* cellstore = *iter; Ptr::CellStore* cellstore = *iter;
Ptr ptr = mCells.getPtr (name, *cellstore); Ptr ptr = mCells.getPtr (name, *cellstore, true);
if (!ptr.isEmpty()) if (!ptr.isEmpty())
return ptr; return ptr;