shithub: choc

Download patch

ref: beaff1d633f780d2352cb68b880b96df81a1f673
parent: 3c1733b7b356efc7c4531242472a047fa23d1740
author: Simon Howard <fraggle@gmail.com>
date: Sat Aug 21 14:49:20 EDT 2010

Change default mouse acceleration in setup tool to match the game's
default.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1962

--- a/setup/mouse.c
+++ b/setup/mouse.c
@@ -33,7 +33,7 @@
 
 int novert = 0;
 int mouseSensitivity = 5;
-float mouse_acceleration = 1.0;
+float mouse_acceleration = 2.0;
 int mouse_threshold = 10;
 int grabmouse = 1;