From 8a667c801213131d7445045f4a4fe496f2aa306d Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 14 Oct 2005 22:58:28 +0000 Subject: * Removed hard coded mouse acceleration in the unix build(s) * Added CVAR_ROM cl_platformSensitivity to normalise the scale of cl_sensitivity across platforms git-svn-id: svn://svn.icculus.org/quake3/trunk@160 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'code/client/client.h') diff --git a/code/client/client.h b/code/client/client.h index 1398619..eace49c 100644 --- a/code/client/client.h +++ b/code/client/client.h @@ -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; -- cgit v1.2.3