mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
alwaysfreelook -> alwaysmlook string
This commit is contained in:
parent
fd6f5a9fbd
commit
86b3221986
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
|
||||
// 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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue