Skip to content
Snippets Groups Projects
Commit a5eb62b7 authored by Marco Z's avatar Marco Z
Browse files

alwaysfreelook -> alwaysmlook string

parent 70aa4ce1
No related branches found
No related tags found
No related merge requests found
...@@ -1743,8 +1743,8 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr) ...@@ -1743,8 +1743,8 @@ static boolean CV_FilterVarByVersion(consvar_t *v, const char *valstr)
// MOUSE SETTINGS // MOUSE SETTINGS
// alwaysfreelook split between first and third person (chasefreelook) // alwaysfreelook split between first and third person (chasefreelook)
// mousemove was on by default, which invalidates the current approach // mousemove was on by default, which invalidates the current approach
if (!stricmp(v->name, "alwaysfreelook") if (!stricmp(v->name, "alwaysmlook")
|| !stricmp(v->name, "alwaysfreelook2") || !stricmp(v->name, "alwaysmlook2")
|| !stricmp(v->name, "mousemove") || !stricmp(v->name, "mousemove")
|| !stricmp(v->name, "mousemove2")) || !stricmp(v->name, "mousemove2"))
return false; return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment