This commit is contained in:
Charles 2001-07-23 21:43:57 +00:00
parent a83d9e3833
commit 7b796200df
6 changed files with 21 additions and 3 deletions

View file

@ -62,7 +62,7 @@ void CNpcGeyserBubblePlatform::processMovement( int _frames )
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_BALLOON_POP, true );
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_BALLOON_POP, true, true );
}
}
}
@ -75,7 +75,7 @@ void CNpcGeyserBubblePlatform::processMovement( int _frames )
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_BALLOON_POP, true );
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_BALLOON_POP, true, true );
}
}
}