This commit is contained in:
Charles 2001-06-12 13:10:53 +00:00
parent f7ec139f11
commit b209ab73c8

View File

@ -496,9 +496,9 @@ void CPlayerProjectile::think(int _frames)
{
if ( !m_hitTarget )
{
Pos.vx += ( _frames * 5 * rcos( m_heading ) ) >> 12;
Pos.vx += ( _frames * 4 * rcos( m_heading ) ) >> 12;
m_vertVelocity += 128;
m_vertVelocity += 192;
if ( m_vertVelocity > ( 5 << 8 ) )
{