From 974e34b048c30a0592f26575e0d33252fc32c9bd Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 4 Oct 2003 21:57:37 +0000 Subject: * Switched Dragoon and Chimera in preparation for wall jumping * Removed SCA_CANJUMP and replaced with BG_FindJumpMagnitudeForClass * Fixed bug where holding crouch on a non-crouching class distorted speed --- src/game/bg_local.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/bg_local.h') diff --git a/src/game/bg_local.h b/src/game/bg_local.h index 778bebba..603d57a7 100644 --- a/src/game/bg_local.h +++ b/src/game/bg_local.h @@ -19,8 +19,6 @@ #define STEPSIZE 18 -#define JUMP_VELOCITY 270 - #define TIMER_LAND 130 #define TIMER_GESTURE (34*66+50) #define TIMER_ATTACK 500 //nonsegmented models -- cgit