summaryrefslogtreecommitdiff
path: root/src/i_video.h
diff options
context:
space:
mode:
authorSimon Howard2006-05-29 00:17:24 +0000
committerSimon Howard2006-05-29 00:17:24 +0000
commit9d94e1bd45835f87973fccdfcdbfa84fc1cadaa6 (patch)
treee50267ba27ee4574bd292913b8cae7d86e0ff4e5 /src/i_video.h
parent4d7893a26cbddef166757603e4783f6c5f46acb2 (diff)
downloadchocolate-doom-9d94e1bd45835f87973fccdfcdbfa84fc1cadaa6.tar.gz
chocolate-doom-9d94e1bd45835f87973fccdfcdbfa84fc1cadaa6.tar.bz2
chocolate-doom-9d94e1bd45835f87973fccdfcdbfa84fc1cadaa6.zip
Change the mouse acceleration behavior to accelerate by multiplying by a
linear amount when a threshold is exceeded. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 535
Diffstat (limited to 'src/i_video.h')
-rw-r--r--src/i_video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i_video.h b/src/i_video.h
index 3b9b673f..ad48c3a4 100644
--- a/src/i_video.h
+++ b/src/i_video.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: i_video.h 532 2006-05-26 15:37:09Z fraggle $
+// $Id: i_video.h 535 2006-05-29 00:17:24Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -66,6 +66,7 @@ extern int screenmultiply;
extern int fullscreen;
extern boolean grabmouse;
extern float mouse_acceleration;
+extern int mouse_threshold;
extern int startup_delay;
#endif