summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.c
diff options
context:
space:
mode:
authorJames Haley2011-02-20 18:36:20 +0000
committerJames Haley2011-02-20 18:36:20 +0000
commit1dfe19b3066aa4419d236a48a4765ad2eb393141 (patch)
treea34451585dcfd07ad04cb02c1345c29663726f27 /src/strife/p_dialog.c
parent9e13008481a526eca87ca480bf6bc52b0f31e795 (diff)
downloadchocolate-doom-1dfe19b3066aa4419d236a48a4765ad2eb393141.tar.gz
chocolate-doom-1dfe19b3066aa4419d236a48a4765ad2eb393141.tar.bz2
chocolate-doom-1dfe19b3066aa4419d236a48a4765ad2eb393141.zip
Removed ability to disable messages, and replaced with configuration
variable to control dialogue text messages, as in vanilla. Also, absence of voices.wad, or use of the -novoices parameter, will now properly both disable voices AND enable dialogue text. Subversion-branch: /branches/strife-branch Subversion-revision: 2268
Diffstat (limited to 'src/strife/p_dialog.c')
-rw-r--r--src/strife/p_dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c
index aaba1a3a..55d886e5 100644
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -70,7 +70,7 @@
// This can be toggled at runtime to determine if the full dialog messages
// are subtitled on screen or not. Defaults to off.
-boolean dialogshowtext = false;
+int dialogshowtext = false;
// The global mission objective buffer. This gets written to and read from file,
// and is set by dialogs and line actions.