This commit is contained in:
parent
7d427ff926
commit
b2d3ef1445
9 changed files with 474 additions and 24 deletions
|
@ -33,10 +33,12 @@ void CNpc::processCloseSpiderCrabAttack( int _frames )
|
|||
if ( m_extendDir == EXTEND_RIGHT )
|
||||
{
|
||||
Pos.vx += velocity;
|
||||
m_heading = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
Pos.vx -= velocity;
|
||||
m_heading = 2048;
|
||||
}
|
||||
|
||||
s32 horizontalExtension = abs( Pos.vx - m_extensionBase.vx );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue