diff options
author | Roman Tetelman <kevlarman@gmail.com> | 2009-10-03 13:11:11 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:32 +0000 |
commit | c34d3e1004efac3c4a09641c4b47eb53f2081201 (patch) | |
tree | 243fb07e4480dbabf40ec1ff0b96bcf1461d295a | |
parent | 18fd17a1388973801bf990e8e1139123ae4e872b (diff) |
Granger FOV increased to advanced's value 80 -> 110
-rw-r--r-- | src/game/bg_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/bg_misc.c b/src/game/bg_misc.c index f41e07b5..842b8efa 100644 --- a/src/game/bg_misc.c +++ b/src/game/bg_misc.c @@ -923,7 +923,7 @@ static const classAttributes_t bg_classList[ ] = SCA_TAKESFALLDAMAGE|SCA_FOVWARPS|SCA_ALIENSENSE,//int abilities; WP_ABUILD, //weapon_t startWeapon 95.0f, //float buildDist; - 80, //int fov; + 110, //int fov; 0.001f, //float bob; 2.0f, //float bobCycle; 150, //int steptime; |