summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/m_config.c b/src/m_config.c
index bda9828c..bdc72a0a 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -142,7 +142,7 @@ static default_t doom_defaults_list[] =
CONFIG_VARIABLE_INT(music_volume),
//!
- // Volume of voice sound effects, range 0-15. Strife only.
+ // Volume of voice sound effects, range 0-15. (Strife only)
//
CONFIG_VARIABLE_INT(voice_volume),
@@ -155,6 +155,13 @@ static default_t doom_defaults_list[] =
CONFIG_VARIABLE_INT(show_messages),
+ //!
+ // If non-zero, dialogue text is displayed over characters' pictures
+ // when engaging actors who have voices. (Strife only)
+ //
+
+ CONFIG_VARIABLE_INT(show_text),
+
//!
// Keyboard key to turn right.
//