Skip to content

Commit

Permalink
Remove viewmodel FOV command
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 6, 2024
1 parent 33d2232 commit 8c48fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/StudioModelRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void CStudioModelRenderer::Init( void )
m_pCvarHiModels = IEngineStudio.GetCvar( "cl_himodels" );
m_pCvarDeveloper = IEngineStudio.GetCvar( "developer" );
m_pCvarDrawEntities = IEngineStudio.GetCvar( "r_drawentities" );
m_pCvarViewmodelFov = gEngfuncs.pfnRegisterVariable( "cl_viewmodel_fov","0", FCVAR_ARCHIVE );
//m_pCvarViewmodelFov = gEngfuncs.pfnRegisterVariable( "cl_viewmodel_fov","0", FCVAR_ARCHIVE );
m_pCvarViewmodelNoIdle = gEngfuncs.pfnRegisterVariable("cl_viewmodel_disable_idle", "0", FCVAR_ARCHIVE);
m_pCvarViewmodelNoEquip = gEngfuncs.pfnRegisterVariable("cl_viewmodel_disable_equip", "0", FCVAR_ARCHIVE);

Expand Down

0 comments on commit 8c48fe4

Please sign in to comment.