diff options
author | Tim Angus <tim@ngus.net> | 2001-08-07 21:14:01 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2001-08-07 21:14:01 +0000 |
commit | bf3bef5499e762aa5eee6e3e0935f7a913225a75 (patch) | |
tree | 5ae6a6912e7dac634ae6388512e2f6e127b68621 /src/game/bg_public.h | |
parent | d1a82b792471283809914926c8d88d4ddecb026d (diff) |
Moved WW smoothing to client side. snarfed glibc acos
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index d0d9399c..0e864bc5 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -160,6 +160,7 @@ typedef enum { // pmove->pm_flags #define PMF_DUCKED 1 #define PMF_JUMP_HELD 2 +#define PMF_CROUCH_HELD 4 #define PMF_BACKWARDS_JUMP 8 // go into backwards land #define PMF_BACKWARDS_RUN 16 // coast down to backwards run #define PMF_TIME_LAND 32 // pm_time is time before rejump @@ -247,9 +248,8 @@ typedef enum { #define SCA_FOVWARPS 32 #define SS_WALLCLIMBING 1 -#define SS_GPISROTVEC 2 -#define SS_CREEPSLOWED 4 -#define SS_WALLTRANSIDING 8 +#define SS_WALLCLIMBINGCEILING 2 +#define SS_CREEPSLOWED 8 #define SS_SPEEDBOOST 16 #define SS_INFESTING 32 #define SS_GRABBED 64 |