1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 21:09:40 +00:00

Merge branch 'master' of git://github.com/zinnschlag/openmw into graphics

This commit is contained in:
scrawl 2013-03-03 19:35:26 +01:00
commit 359ae06fcf

View file

@ -548,7 +548,8 @@ MWWorld::ContainerStoreIterator MWWorld::ContainerStoreIterator::operator++ (int
bool MWWorld::ContainerStoreIterator::isEqual (const ContainerStoreIterator& iter) const
{
assert (mContainer==iter.mContainer);
if (mContainer!=iter.mContainer)
return false;
if (mType!=iter.mType)
return false;