mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
commit
67b0d99737
@ -168,8 +168,8 @@ namespace MWSound
|
|||||||
SoundMap::const_iterator snditer = mActiveSounds.begin();
|
SoundMap::const_iterator snditer = mActiveSounds.begin();
|
||||||
while(snditer != mActiveSounds.end())
|
while(snditer != mActiveSounds.end())
|
||||||
{
|
{
|
||||||
if(snditer->second.first == ptr && snditer->second.second == id)
|
if(snditer->second.first == ptr && snditer->second.second == id && snditer->first->isPlaying())
|
||||||
return snditer->first->isPlaying();
|
return true;
|
||||||
++snditer;
|
++snditer;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user