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

@ -97,6 +97,10 @@ bool CNpcSpiderCrabEnemy::processSensor()
m_velocity = 5;
m_base = Pos;
// sound
CSoundMediator::playSfx( CSoundMediator::SFX_SPIDERCRAB_ATTACK );
return( true );
}
else