This commit is contained in:
Charles 2001-02-08 16:07:14 +00:00
parent 6e637eabce
commit ecbca9f225

View File

@ -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,