This commit is contained in:
Charles 2001-01-19 21:46:30 +00:00
parent 7d427ff926
commit b2d3ef1445
9 changed files with 474 additions and 24 deletions

View file

@ -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 );