- mark `m_noprescale` as removed in defcvars also

This commit is contained in:
Rachael Alexanderson 2020-10-02 20:09:31 -04:00
parent 2cb1438f93
commit 9fbfee3b2d
1 changed files with 2 additions and 0 deletions

View File

@ -392,6 +392,8 @@ void D_GrabCVarDefaults()
// out.
if (strcmp(CurrentFindCVar, "mouse_sensitivity") == 0)
break;
if (strcmp(CurrentFindCVar, "m_noprescale") == 0)
break;
}
var = FindCVar(CurrentFindCVar, NULL);