diff --git a/source/projectl/projectl.cpp b/source/projectl/projectl.cpp index 148cd6b3b..5c5a3294f 100644 --- a/source/projectl/projectl.cpp +++ b/source/projectl/projectl.cpp @@ -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 ) ) {