summaryrefslogtreecommitdiff
path: root/src/doom/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2011-09-24 16:30:24 +0000
committerSimon Howard2011-09-24 16:30:24 +0000
commit73f27119add06b37dadc4a62343e1301585a828f (patch)
tree05fcb8054d2d6aaf4b1d4282bad5adb395d89c4f /src/doom/doomstat.h
parent90bb584b4b9c8e04204732d5b19f228631b174b2 (diff)
downloadchocolate-doom-73f27119add06b37dadc4a62343e1301585a828f.tar.gz
chocolate-doom-73f27119add06b37dadc4a62343e1301585a828f.tar.bz2
chocolate-doom-73f27119add06b37dadc4a62343e1301585a828f.zip
Rework mouse speed box drawing code and move to common code, so that it
can be added to other games. Subversion-branch: /branches/v2-branch Subversion-revision: 2395
Diffstat (limited to 'src/doom/doomstat.h')
-rw-r--r--src/doom/doomstat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h
index cd626fdf..b0cff548 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -162,6 +162,7 @@ extern int viewwidth;
extern int scaledviewwidth;
extern boolean testcontrols;
+extern int testcontrols_mousespeed;