This commit is contained in:
parent
7f60e855d5
commit
d21a42d53d
5 changed files with 37 additions and 0 deletions
|
@ -126,9 +126,21 @@ void CNpcLiftPlatform::processMovement( int _frames )
|
|||
if ( extension )
|
||||
{
|
||||
m_extension += extension;
|
||||
|
||||
if(m_soundId==NOT_PLAYING)
|
||||
{
|
||||
m_soundId=CSoundMediator::playSfx(CSoundMediator::SFX_ELEVATOR_LOOP,true,true);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( m_soundId != NOT_PLAYING )
|
||||
{
|
||||
CSoundMediator::stopAndUnlockSfx( (xmPlayingId) m_soundId );
|
||||
}
|
||||
|
||||
m_soundId=CSoundMediator::playSfx(CSoundMediator::SFX_ELEVATOR_STOP,true,true);
|
||||
|
||||
if ( m_returning )
|
||||
{
|
||||
m_isActivated = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue