diff options
author | Tim Angus <tim@ngus.net> | 2003-08-31 01:18:40 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2003-08-31 01:18:40 +0000 |
commit | c7d3bd75523726fc4f5230a9c23b5f31537fc5a8 (patch) | |
tree | 5fcec7f1c10997cf640393271ae18c5522ed3c82 /src/game/bg_misc.c | |
parent | 703dcc641a188c128dc5acb7bfc6d7b8333bdd35 (diff) |
* Fixed hovel problems
Diffstat (limited to 'src/game/bg_misc.c')
-rw-r--r-- | src/game/bg_misc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index 0a9e2928..de2d74d6 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -244,8 +244,8 @@ buildableAttributes_t bg_buildableList[ ] = 0, //int turretRange; 0, //int turretFireSpeed; WP_NONE, //weapon_t turretProjType; - 0.707f, //float minNormal; - qtrue, //qboolean invertNormal; + 0.95f, //float minNormal; + qfalse, //qboolean invertNormal; qtrue, //qboolean creepTest; HOVEL_CREEPSIZE, //int creepSize; qfalse, //qboolean dccTest; @@ -1233,7 +1233,7 @@ classAttributes_t bg_classList[ ] = { 15, 15, 20 }, //vec3_t crouchmaxs; { -15, -15, -4 }, //vec3_t deadmins; { 15, 15, 4 }, //vec3_t deadmaxs; - 20, 20, //int viewheight, crouchviewheight; + 0, 0, //int viewheight, crouchviewheight; ABUILDER_HEALTH, //int health; ABUILDER_REGEN, //int regenRate; SCA_TAKESFALLDAMAGE|SCA_FOVWARPS| @@ -1264,7 +1264,7 @@ classAttributes_t bg_classList[ ] = { 20, 20, 20 }, //vec3_t crouchmaxs; { -20, -20, -4 }, //vec3_t deadmins; { 20, 20, 4 }, //vec3_t deadmaxs; - 20, 20, //int viewheight, crouchviewheight; + 0, 0, //int viewheight, crouchviewheight; ABUILDER_UPG_HEALTH, //int health; ABUILDER_UPG_REGEN, //int regenRate; SCA_CANJUMP|SCA_FOVWARPS|SCA_WALLCLIMBER| |