mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- mark m_noprescale
as removed in defcvars also
This commit is contained in:
parent
2cb1438f93
commit
9fbfee3b2d
1 changed files with 2 additions and 0 deletions
|
@ -392,6 +392,8 @@ void D_GrabCVarDefaults()
|
||||||
// out.
|
// out.
|
||||||
if (strcmp(CurrentFindCVar, "mouse_sensitivity") == 0)
|
if (strcmp(CurrentFindCVar, "mouse_sensitivity") == 0)
|
||||||
break;
|
break;
|
||||||
|
if (strcmp(CurrentFindCVar, "m_noprescale") == 0)
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
var = FindCVar(CurrentFindCVar, NULL);
|
var = FindCVar(CurrentFindCVar, NULL);
|
||||||
|
|
Loading…
Reference in a new issue