This commit is contained in:
parent
6e637eabce
commit
ecbca9f225
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ void CNpc::processCloseAnemone3Attack( int _frames )
|
|||
|
||||
DVECTOR newPos = Pos;
|
||||
|
||||
newPos.vy -= 100;
|
||||
newPos.vx += rcos( m_fireHeading ) >> 5;
|
||||
newPos.vy += rsin( m_fireHeading ) >> 5;
|
||||
|
||||
projectile = new( "test projectile" ) CProjectile;
|
||||
projectile->init( newPos,
|
||||
|
|
Loading…
Add table
Reference in a new issue