This commit is contained in:
parent
7d427ff926
commit
b2d3ef1445
9 changed files with 474 additions and 24 deletions
|
@ -28,7 +28,7 @@ void CNpc::processCloseClamAttack( int _frames )
|
|||
{
|
||||
s32 velocity;
|
||||
|
||||
if ( m_extendOut )
|
||||
if ( m_extendDir == EXTEND_UP )
|
||||
{
|
||||
m_movementTimer -= _frames;
|
||||
|
||||
|
@ -45,10 +45,10 @@ void CNpc::processCloseClamAttack( int _frames )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_extendOut = false;
|
||||
m_extendDir = EXTEND_DOWN;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if ( m_extendDir == EXTEND_DOWN )
|
||||
{
|
||||
// retract
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue