forked from mirror/openmw-tes3mp
commit
67b0d99737
1 changed files with 2 additions and 2 deletions
|
@ -168,8 +168,8 @@ namespace MWSound
|
|||
SoundMap::const_iterator snditer = mActiveSounds.begin();
|
||||
while(snditer != mActiveSounds.end())
|
||||
{
|
||||
if(snditer->second.first == ptr && snditer->second.second == id)
|
||||
return snditer->first->isPlaying();
|
||||
if(snditer->second.first == ptr && snditer->second.second == id && snditer->first->isPlaying())
|
||||
return true;
|
||||
++snditer;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue