summaryrefslogtreecommitdiff
path: root/src/doom/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-28 16:38:17 +0000
committerSimon Howard2008-09-28 16:38:17 +0000
commit32cdd54be55325983a087e3bd9461c1069b3a43c (patch)
tree1cbc59091b60e7e7de4242c1baefb06b6f9fa1ac /src/doom/doomstat.h
parentbde39eee6442e697fdc37bd7ee1334551c86af8c (diff)
downloadchocolate-doom-32cdd54be55325983a087e3bd9461c1069b3a43c.tar.gz
chocolate-doom-32cdd54be55325983a087e3bd9461c1069b3a43c.tar.bz2
chocolate-doom-32cdd54be55325983a087e3bd9461c1069b3a43c.zip
Move novert support into common i_video.c code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1302
Diffstat (limited to 'src/doom/doomstat.h')
-rw-r--r--src/doom/doomstat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/doom/doomstat.h b/src/doom/doomstat.h
index eb0f8b5d..40147833 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -94,9 +94,6 @@ extern int gamemap;
// If non-zero, exit the level after this number of minutes
extern int timelimit;
-// vertical movement from mouse/joystick disabled
-extern int novert;
-
// Nightmare mode flag, single player.
extern boolean respawnmonsters;