This commit is contained in:
parent
8b28dcc764
commit
c0595dc15b
4 changed files with 13 additions and 5 deletions
|
@ -61,6 +61,11 @@ void CNpcFlyTrapHazard::processMovement( int _frames )
|
|||
m_shut = false;
|
||||
m_contact = false;
|
||||
m_timer = GameState::getOneSecondInFrames();
|
||||
|
||||
if ( m_soundId == NOT_PLAYING )
|
||||
{
|
||||
m_soundId = (int) CSoundMediator::playSfx( CSoundMediator::SFX_CLAM_ATTACK, true );
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue