summaryrefslogtreecommitdiff
path: root/src/d_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_main.c')
-rw-r--r--src/d_main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/d_main.c b/src/d_main.c
index 707f8c99..9d3e0076 100644
--- a/src/d_main.c
+++ b/src/d_main.c
@@ -111,6 +111,10 @@ boolean fastparm; // checkparm of -fast
boolean singletics = false; // debug flag to cancel adaptiveness
+// If true, game is running as a screensaver
+
+boolean screensaver_mode = false;
+
//extern int soundVolume;
//extern int sfxVolume;
@@ -1295,7 +1299,7 @@ void D_DoomMain (void)
char demolumpname[9];
FindResponseFile ();
-
+
// print banner
PrintBanner(PACKAGE_STRING);