From b209ab73c8e748de9128413f53f78094e1c182d1 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 12 Jun 2001 13:10:53 +0000 Subject: [PATCH] --- source/projectl/projectl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) ) {