summaryrefslogtreecommitdiff
path: root/src/doom/g_game.c
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/g_game.c
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/g_game.c')
-rw-r--r--src/doom/g_game.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/doom/g_game.c b/src/doom/g_game.c
index 978f38ee..defcf368 100644
--- a/src/doom/g_game.c
+++ b/src/doom/g_game.c
@@ -122,7 +122,6 @@ boolean usergame; // ok to save / end game
boolean timingdemo; // if true, exit with report on completion
boolean nodrawers; // for comparative timing purposes
-boolean noblit; // for comparative timing purposes
int starttime; // for comparative timing purposes
boolean viewactive;
@@ -2056,13 +2055,6 @@ void G_TimeDemo (char* name)
nodrawers = M_CheckParm ("-nodraw");
- //!
- // @vanilla
- //
- // Disable blitting the screen.
- //
-
- noblit = M_CheckParm ("-noblit");
timingdemo = true;
singletics = true;