This commit is contained in:
Paul 2001-06-18 15:59:09 +00:00
parent f635c6d68d
commit ba727d8406
4 changed files with 37 additions and 1 deletions

View file

@ -630,6 +630,18 @@ void CSoundMediator::stopAllSfx()
}
/*----------------------------------------------------------------------
Function:
Purpose:
Params:
Returns:
---------------------------------------------------------------------- */
int CSoundMediator::isSfxStillPlaying(xmPlayingId _playingId)
{
return s_xmplaySound->isStillPlaying(_playingId);
}
/*----------------------------------------------------------------------
Function:
Purpose: