This commit is contained in:
parent
f635c6d68d
commit
ba727d8406
4 changed files with 37 additions and 1 deletions
|
@ -630,6 +630,18 @@ void CSoundMediator::stopAllSfx()
|
|||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
int CSoundMediator::isSfxStillPlaying(xmPlayingId _playingId)
|
||||
{
|
||||
return s_xmplaySound->isStillPlaying(_playingId);
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue