File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -609,6 +609,7 @@ void CCore::ApplyGameSettings ( void )
609
609
CVARS_GET ( " classic_controls" , bval ); pController->SetClassicControls ( bval );
610
610
CVARS_GET ( " volumetric_shadows" , bval ); m_pGame->GetSettings ()->SetVolumetricShadowsEnabled ( bval );
611
611
CVARS_GET ( " aspect_ratio" , iVal ); m_pGame->GetSettings ()->SetAspectRatio ( (eAspectRatio)iVal, CVARS_GET_VALUE < bool > ( " hud_match_aspect_ratio" ) );
612
+ CVARS_GET ( " fov" , iVal ); m_pGame->GetSettings ()->SetFieldOfView ( iVal );
612
613
CVARS_GET ( " grass" , bval ); m_pGame->GetSettings ()->SetGrassEnabled ( bval );
613
614
CVARS_GET ( " heat_haze" , bval ); m_pMultiplayer->SetHeatHazeEnabled ( bval );
614
615
CVARS_GET ( " fast_clothes_loading" , iVal ); m_pMultiplayer->SetFastClothesLoading ( (CMultiplayer::EFastClothesLoading)iVal );
You can’t perform that action at this time.
0 commit comments