This commit is contained in:
Charles 2001-07-05 15:12:02 +00:00
parent f86507df92
commit 7bc2eded0a

View file

@ -268,6 +268,11 @@ void CNpcSubSharkEnemy::processMovement( int _frames )
bubblePos.vy -= getRnd() % 50;
CFX::Create( CFX::FX_TYPE_BUBBLE_WATER, bubblePos );
if ( m_soundId == NOT_PLAYING )
{
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_SPLASH, true );
}
m_timerTimer = GameState::getOneSecondInFrames() >> 8;
}