summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
authorJames Haley2011-02-12 05:00:43 +0000
committerJames Haley2011-02-12 05:00:43 +0000
commita7a435cb7d5756ebff87d5f965b27fcc28fd96f6 (patch)
tree76009d5e2107e10042116e7e397d84827f7e62d2 /src/strife/p_dialog.h
parenta24944d4e45da4bf0ba808a40c9e0eca15fb8b41 (diff)
downloadchocolate-doom-a7a435cb7d5756ebff87d5f965b27fcc28fd96f6.tar.gz
chocolate-doom-a7a435cb7d5756ebff87d5f965b27fcc28fd96f6.tar.bz2
chocolate-doom-a7a435cb7d5756ebff87d5f965b27fcc28fd96f6.zip
Savegame code complete, hubs functional. Chocolate Strife is playable!
Subversion-branch: /branches/strife-branch Subversion-revision: 2255
Diffstat (limited to 'src/strife/p_dialog.h')
-rw-r--r--src/strife/p_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h
index f2cea435..66a3b0a8 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -45,6 +45,8 @@
extern char mission_objective[OBJECTIVE_LEN];
+extern boolean dialogshowtext;
+
// villsa - convenient macro for giving objective logs to player
#define GiveObjective(x, minlumpnum) \
do { \