diff --git a/src/p_user.c b/src/p_user.c index 80afd5aaf..f67ef1294 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -3538,7 +3538,7 @@ boolean P_MoveChaseCamera(player_t *player, camera_t *thiscam, boolean resetcall { thiscam->momx = x - thiscam->x; thiscam->momy = y - thiscam->y; - thiscam->momz = FixedMul(z - thiscam->z, camspeed/2); + thiscam->momz = FixedMul(z - thiscam->z, camspeed*3/5); } thiscam->pan = pan;