diff options
author | Simon Howard | 2010-08-21 18:49:20 +0000 |
---|---|---|
committer | Simon Howard | 2010-08-21 18:49:20 +0000 |
commit | beaff1d633f780d2352cb68b880b96df81a1f673 (patch) | |
tree | 482355bd799a52c0add00260832cb99a3ab7927a | |
parent | 3c1733b7b356efc7c4531242472a047fa23d1740 (diff) | |
download | chocolate-doom-beaff1d633f780d2352cb68b880b96df81a1f673.tar.gz chocolate-doom-beaff1d633f780d2352cb68b880b96df81a1f673.tar.bz2 chocolate-doom-beaff1d633f780d2352cb68b880b96df81a1f673.zip |
Change default mouse acceleration in setup tool to match the game's
default.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1962
-rw-r--r-- | setup/mouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/mouse.c b/setup/mouse.c index 559231b0..16984721 100644 --- a/setup/mouse.c +++ b/setup/mouse.c @@ -33,7 +33,7 @@ int usemouse = 1; int novert = 0; int mouseSensitivity = 5; -float mouse_acceleration = 1.0; +float mouse_acceleration = 2.0; int mouse_threshold = 10; int grabmouse = 1; |