From c34d3e1004efac3c4a09641c4b47eb53f2081201 Mon Sep 17 00:00:00 2001 From: Roman Tetelman Date: Sat, 3 Oct 2009 13:11:11 +0000 Subject: Granger FOV increased to advanced's value 80 -> 110 --- src/game/bg_misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit