summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-08-22 03:15:18 +0000
committerTim Angus <tim@ngus.net>2001-08-22 03:15:18 +0000
commita384244670287eff2a448d3e3a4ba5673dfdd66c (patch)
tree455a0cb56ceac38271e116f477fa58981c155393 /src/game
parentafe568e607fd020563fc4e2acba45f9521cf1869 (diff)
Fixed gimbal problems with view smoothing
Diffstat (limited to 'src/game')
-rw-r--r--src/game/bg_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c
index 6f6aeada..702d28f5 100644
--- a/src/game/bg_misc.c
+++ b/src/game/bg_misc.c
@@ -1846,7 +1846,7 @@ classAttributes_t bg_classList[ ] =
{ 15, 15, 15 }, //vec3_t crouchmaxs;
{ -15, -15, -4 }, //vec3_t deadmins;
{ 15, 15, 4 }, //vec3_t deadmaxs;
- 4, 4, //int viewheight, crouchviewheight;
+ 0, 0, //int viewheight, crouchviewheight;
25, //int health;
0, //int armor;
SCA_WALLCLIMBER|SCA_CANJUMP|SCA_NOWEAPONDRIFT|SCA_FOVWARPS, //int abilities;