This commit is contained in:
Charles 2001-05-03 13:36:33 +00:00
parent a3deedd3dc
commit 42266180eb

View File

@ -499,8 +499,8 @@ void CPlayerProjectile::think(int _frames)
}
else
{
Pos.vx += ( _frames * 2 * rcos( m_heading ) ) >> 12;
Pos.vy += ( _frames * 2 * rsin( m_heading ) ) >> 12;
Pos.vx += ( _frames * 3 * rcos( m_heading ) ) >> 12;
Pos.vy += ( _frames * 3 * rsin( m_heading ) ) >> 12;
}
break;