This commit is contained in:
parent
0adddea3d3
commit
701018482d
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ void CNpcDualPlatform::processMovement( int _frames )
|
|||
|
||||
m_extension += extensionChange;
|
||||
|
||||
if ( extensionChange )
|
||||
if ( extensionChange && m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_WORLD_OBJECT__ROTATING_PLATFORM, true, true );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue