* Removed hard coded mouse acceleration in the unix build(s)

* Added CVAR_ROM cl_platformSensitivity to normalise the scale
  of cl_sensitivity across platforms
This commit is contained in:
Tim Angus 2005-10-14 22:58:28 +00:00
parent 149006bc2d
commit 20c5bc38cf
5 changed files with 13 additions and 21 deletions

View file

@ -330,6 +330,7 @@ extern cvar_t *cl_run;
extern cvar_t *cl_anglespeedkey;
extern cvar_t *cl_sensitivity;
extern cvar_t *cl_platformSensitivity;
extern cvar_t *cl_freelook;
extern cvar_t *cl_mouseAccel;