This commit is contained in:
Charles 2001-07-18 21:13:54 +00:00
parent 60a89b15f4
commit 83997255bb
8 changed files with 9 additions and 9 deletions

View file

@ -133,7 +133,7 @@ void CNpcDualPlatformBarrelHazard::processMovement( int _frames )
{
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_ROLLING_ROCK, true );
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_ROLLING_ROCK, true, true );
}
m_rotationDir = abs( moveX ) / moveX;