This commit is contained in:
Charles 2001-03-01 16:48:45 +00:00
parent 074f6e0943
commit f9af04ae7b
4 changed files with 47 additions and 14 deletions

View file

@ -206,7 +206,7 @@ void CNpcEnemy::init()
{
CEnemyThing::init();
m_type = NPC_SUB_SHARK;
m_type = NPC_CLAM_STATIC;
sActorHdr *Hdr = m_skel.Load( m_data[m_type].skelType );
m_skel.Init( Hdr );
@ -998,8 +998,13 @@ void CNpcEnemy::processClose(int _frames)
break;
case NPC_CLOSE_CLAM_ATTACK:
processCloseClamAttack( _frames );
case NPC_CLOSE_CLAM_JUMP_ATTACK:
processCloseClamJumpAttack( _frames );
break;
case NPC_CLOSE_CLAM_SNAP_ATTACK:
processCloseClamSnapAttack( _frames );
break;