mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-03 15:45:34 +00:00
Merge remote-tracking branch 'scrawl/master'
This commit is contained in:
commit
123a111580
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