diff options
author | Tim Angus <tim@ngus.net> | 2003-10-04 21:57:37 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-10-04 21:57:37 +0000 |
commit | 974e34b048c30a0592f26575e0d33252fc32c9bd (patch) | |
tree | f9b24686ff2f1f5c64203f212614f6ec0daab95e /src/game/bg_local.h | |
parent | 924324982295c028f96f95b01e8463112b54da3b (diff) |
* 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
Diffstat (limited to 'src/game/bg_local.h')
-rw-r--r-- | src/game/bg_local.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 |