alwaysfreelook -> alwaysmlook string

This commit is contained in:
mazmazz 2018-12-06 12:02:45 -05:00
parent 70aa4ce18e
commit a5eb62b73e
1 changed files with 2 additions and 2 deletions

View File

@ -1743,8 +1743,8 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr)
// MOUSE SETTINGS
// alwaysfreelook split between first and third person (chasefreelook)
// mousemove was on by default, which invalidates the current approach
if (!stricmp(v->name, "alwaysfreelook")
|| !stricmp(v->name, "alwaysfreelook2")
if (!stricmp(v->name, "alwaysmlook")
|| !stricmp(v->name, "alwaysmlook2")
|| !stricmp(v->name, "mousemove")
|| !stricmp(v->name, "mousemove2"))
return false;