summaryrefslogtreecommitdiff
path: root/src/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2006-09-25 18:04:29 +0000
committerSimon Howard2006-09-25 18:04:29 +0000
commitb7fced59e1d1690842f7ac8f286eb89d4c976189 (patch)
tree3ea6f0401c5f5c56be86c8c3ebf3554b9ad06c00 /src/doomstat.h
parent9a5c207939ed554e8ac00587cce3ec83798cfbc1 (diff)
downloadchocolate-doom-b7fced59e1d1690842f7ac8f286eb89d4c976189.tar.gz
chocolate-doom-b7fced59e1d1690842f7ac8f286eb89d4c976189.tar.bz2
chocolate-doom-b7fced59e1d1690842f7ac8f286eb89d4c976189.zip
Add "test controls" mode - for setup.exe in the future. Start straight
into the game with no melt effect and display a box showing mouse speed to allow the threshold to be set easily. When escape is pressed, quit straight away. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 662
Diffstat (limited to 'src/doomstat.h')
-rw-r--r--src/doomstat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doomstat.h b/src/doomstat.h
index 2b41b36e..9953f697 100644
--- a/src/doomstat.h
+++ b/src/doomstat.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: doomstat.h 593 2006-09-01 20:45:45Z fraggle $
+// $Id: doomstat.h 662 2006-09-25 18:04:29Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -156,7 +156,7 @@ extern int viewheight;
extern int viewwidth;
extern int scaledviewwidth;
-
+extern boolean testcontrols;