Unlock mat_picmip cvar for values lower than -1

This commit is contained in:
nillerusr 2022-07-12 16:19:13 +03:00
parent 760dafae86
commit 42f9ada917

View File

@ -2750,10 +2750,6 @@ void CheckSpecialCheatVars()
if ( !mat_picmip )
mat_picmip = g_pCVar->FindVar( "mat_picmip" );
// In multiplayer, don't allow them to set mat_picmip > 2.
if ( mat_picmip )
CheckVarRange_Generic( mat_picmip, -1, 2 );
CheckVarRange_r_rootlod();
CheckVarRange_r_lod();
HandleServerAllowColorCorrection();