diff options
author | Tim Angus <tim@ngus.net> | 2004-02-14 21:00:50 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2004-02-14 21:00:50 +0000 |
commit | 6856a392e607a42708c8d3cf78c3254aa32b3e73 (patch) | |
tree | b2cc468dd0a65cd8c3f092e6f5cbffa3392b2177 /src/game/bg_public.h | |
parent | f433daa92cd4ae7de82a5ba96e7953ebd80bdff2 (diff) |
* Fixed vieworg leaving PVS on death for classes with small BBOX
* Medistat now only heals one at a time
* Alien blood never red now
* Scaled down build points, hud now shows actual value
* Added a "width" parameter to every melee attack
* Added "sell weapons" and "sell upgrades" commands
* Reduced pulse rifle strength a bit
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index 85360d22..02b494db 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -32,7 +32,7 @@ #define MINS_Z -24 #define DEFAULT_VIEWHEIGHT 26 #define CROUCH_VIEWHEIGHT 12 -#define DEAD_VIEWHEIGHT -16 +#define DEAD_VIEWHEIGHT -14 //TA: watch for mins[ 2 ] less than this causing // // config strings are a general means of communicating variable length strings |