Skip to content

Commit b360092

Browse files
committed
Update clientmode_hlnormal.cpp
1 parent 37fa303 commit b360092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/game/client/hl2/clientmode_hlnormal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
extern bool g_bRollingCredits;
2121

22-
ConVar fov_desired( "fov_desired", "75", FCVAR_ARCHIVE | FCVAR_USERINFO, "Sets the base field-of-view.", true, 75.0, true, 90.0 );
22+
ConVar fov_desired( "fov_desired", "75", FCVAR_ARCHIVE | FCVAR_USERINFO, "Sets the base field-of-view.", true, 75.0, true, MAX_FOV );
2323

2424
//-----------------------------------------------------------------------------
2525
// Globals

0 commit comments

Comments
 (0)