summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
authorSimon Howard2008-11-08 06:58:56 +0000
committerSimon Howard2008-11-08 06:58:56 +0000
commit71d013a435a6801e82279acb0678a30b526d91ad (patch)
tree66a748fdd7a8dad4cbbaef50b71a3ea2435c973b /src/m_config.c
parentbce9b6d61d5b4c9cd8f8e29ddaaf9f4084a64cae (diff)
downloadchocolate-doom-71d013a435a6801e82279acb0678a30b526d91ad.tar.gz
chocolate-doom-71d013a435a6801e82279acb0678a30b526d91ad.tar.bz2
chocolate-doom-71d013a435a6801e82279acb0678a30b526d91ad.zip
Recreate Heretic startup progress bar using textscreen library.
Subversion-branch: /branches/raven-branch Subversion-revision: 1379
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/m_config.c b/src/m_config.c
index d8f8d576..4f92d09e 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -494,6 +494,13 @@ static default_collection_t doom_defaults =
static default_t extra_defaults_list[] =
{
//!
+ // If non-zero, use the graphical startup mode for Heretic and
+ // Hexen.
+ //
+
+ CONFIG_VARIABLE_INT(graphical_startup),
+
+ //!
// If non-zero, video settings will be autoadjusted to a valid
// configuration when the screen_width and screen_height variables
// do not match any valid configuration.