This commit is contained in:
Charles 2001-05-21 21:16:42 +00:00
parent 57e198f7eb
commit 67839d076f
12 changed files with 212 additions and 35 deletions

View file

@ -147,6 +147,10 @@ bool CNpcSquidDartEnemy::processSensor()
m_angularDistance = 0;
// sound
CSoundMediator::playSfx( CSoundMediator::SFX_SQUIDDART_ATTACK );
return( true );
}
else
@ -186,5 +190,4 @@ void CNpcSquidDartEnemy::processClose( int _frames )
m_animNo = m_data[m_type].moveAnim;
m_animPlaying = true;
}
}