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:
commit
359ae06fcf
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue