summaryrefslogtreecommitdiff
path: root/src/doom/doomstat.h
diff options
context:
space:
mode:
authorSimon Howard2008-09-06 20:18:50 +0000
committerSimon Howard2008-09-06 20:18:50 +0000
commit90da953b2310151b5a56f3ea78d8528100fd1fa0 (patch)
tree18a06cfd8c3caebb6b73835672bd84d7bc3d5d5c /src/doom/doomstat.h
parent439a4b158b47c635100b0006470a7ed1e44e29f3 (diff)
downloadchocolate-doom-90da953b2310151b5a56f3ea78d8528100fd1fa0.tar.gz
chocolate-doom-90da953b2310151b5a56f3ea78d8528100fd1fa0.tar.bz2
chocolate-doom-90da953b2310151b5a56f3ea78d8528100fd1fa0.zip
Remove dependencies of i_video.c on doom/ code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1205
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 4fc174cd..2207fb25 100644
--- a/src/doom/doomstat.h
+++ b/src/doom/doomstat.h
@@ -55,8 +55,6 @@ extern boolean fastparm; // checkparm of -fast
extern boolean devparm; // DEBUG: launched with -devparm
-extern boolean screensaver_mode; // game running as a screensaver?
-
// -----------------------------------------------------
// Game Mode - identify IWAD as shareware, retail etc.
//
@@ -147,7 +145,6 @@ extern boolean paused; // Game Pause?
extern boolean viewactive;
extern boolean nodrawers;
-extern boolean noblit;
extern int viewwindowx;
extern int viewwindowy;