fix the sw32 fov caps so it maches sw and gl

This commit is contained in:
Bill Currie 2002-04-29 17:21:52 +00:00
parent 6c0b62d71c
commit a1fef28b60
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ SCR_CalcRefdef (void)
Cvar_SetValue (scr_viewsize, bound (30, scr_viewsize->int_val, 120));
// bound field of view
Cvar_SetValue (scr_fov, bound (10, scr_fov->value, 170));
Cvar_SetValue (scr_fov, bound (1, scr_fov->value, 170));
if (scr_viewsize->int_val >= 120)
sb_lines = 0; // no status bar at all