mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-28 04:00:41 +00:00
alwaysfreelook -> alwaysmlook string
This commit is contained in:
parent
70aa4ce18e
commit
a5eb62b73e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue