diff options
author | Simon Howard | 2006-11-14 20:09:26 +0000 |
---|---|---|
committer | Simon Howard | 2006-11-14 20:09:26 +0000 |
commit | dd4e95dc08087503e1467a3ba8c6d534f285d5dd (patch) | |
tree | 8c5c549668458629f3d2d0427443144c3b059ee1 /src/doomstat.h | |
parent | daaf0d1fcf4d3ed5c77806b3ea15db0f3a787f1e (diff) | |
download | chocolate-doom-dd4e95dc08087503e1467a3ba8c6d534f285d5dd.tar.gz chocolate-doom-dd4e95dc08087503e1467a3ba8c6d534f285d5dd.tar.bz2 chocolate-doom-dd4e95dc08087503e1467a3ba8c6d534f285d5dd.zip |
Support running as a screensaver under X!
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 750
Diffstat (limited to 'src/doomstat.h')
-rw-r--r-- | src/doomstat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doomstat.h b/src/doomstat.h index e49ee54f..4fc174cd 100644 --- a/src/doomstat.h +++ b/src/doomstat.h @@ -55,6 +55,7 @@ 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. |