From 5c53f11f6c8075283dd777e31c809d76d0085ea4 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 9 May 2001 21:31:14 +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 5edf0ac6b..26da35a38 100644 --- a/source/projectl/projectl.cpp +++ b/source/projectl/projectl.cpp @@ -499,8 +499,8 @@ void CPlayerProjectile::think(int _frames) } else { - Pos.vx += ( _frames * 3 * rcos( m_heading ) ) >> 12; - Pos.vy += ( _frames * 3 * rsin( m_heading ) ) >> 12; + Pos.vx += ( _frames * 5 * rcos( m_heading ) ) >> 12; + Pos.vy += ( _frames * 5 * rsin( m_heading ) ) >> 12; } break;