From ee25f4aadf87fa2852bb345062eeecea9e86d1dc Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Wed, 8 Apr 2015 21:45:16 +0200 Subject: Revert human physics to vq3. --- src/game/bg_public.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/game/bg_public.h') diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 1e9d23c..61da2f7 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -224,13 +224,12 @@ typedef enum STAT_MAX_HEALTH,// health / armor limit, changable by handicap STAT_CLASS, // player class (for aliens AND humans) STAT_TEAM, // player team - STAT_STAMINA, // stamina (human only) STAT_STATE, // client states e.g. wall climbing STAT_MISC, // for uh...misc stuff (pounce, trample, lcannon) STAT_BUILDABLE, // which ghost model to display for building STAT_FALLDIST, // the distance the player fell STAT_VIEWLOCK // direction to lock the view in - // netcode has space for 3 more + // netcode has space for 4 more } statIndex_t; #define SCA_WALLCLIMBER 0x00000001 -- cgit