changed maxvalue for fov_desired to 140

This commit is contained in:
Andreas 2020-02-22 10:17:55 +01:00
parent 3d6ef7d47a
commit 80f130a34c

View File

@ -19,7 +19,7 @@
extern bool g_bRollingCredits; extern bool g_bRollingCredits;
ConVar fov_desired( "fov_desired", "75", FCVAR_ARCHIVE | FCVAR_USERINFO, "Sets the base field-of-view.", true, 75.0, true, 90.0 ); ConVar fov_desired( "fov_desired", "75", FCVAR_ARCHIVE | FCVAR_USERINFO, "Sets the base field-of-view.", true, 75.0, true, 140.0 );
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// Globals // Globals