This commit is contained in:
parent
b93a5cb4cb
commit
9153260b12
12 changed files with 400 additions and 77 deletions
|
@ -23,12 +23,23 @@
|
|||
#include "player\player.h"
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_SPIDERCRAB_HEADER__
|
||||
#include <ACTOR_SPIDERCRAB_ANIM.h>
|
||||
#endif
|
||||
|
||||
|
||||
void CNpcEnemy::processCloseSpiderCrabAttack( int _frames )
|
||||
{
|
||||
s32 velocity;
|
||||
DVECTOR newPos = Pos;
|
||||
|
||||
if ( m_animNo != ANIM_SPIDERCRAB_JUMP )
|
||||
{
|
||||
m_animPlaying = true;
|
||||
m_animNo = ANIM_SPIDERCRAB_JUMP;
|
||||
m_frame = 0;
|
||||
}
|
||||
|
||||
velocity = m_velocity * _frames;
|
||||
|
||||
if ( m_extendDir == EXTEND_RIGHT )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue