summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
authorJames Haley2010-09-09 02:08:43 +0000
committerJames Haley2010-09-09 02:08:43 +0000
commit95482c25b1e0ec85c90a9150c6c1da4a6aff1046 (patch)
treee201f372602290b4d2396d4519dc7ed11dc6d571 /src/strife/p_dialog.h
parent4c569339b73b05a6bb3a0420ee88c06b30c726ad (diff)
downloadchocolate-doom-95482c25b1e0ec85c90a9150c6c1da4a6aff1046.tar.gz
chocolate-doom-95482c25b1e0ec85c90a9150c6c1da4a6aff1046.tar.bz2
chocolate-doom-95482c25b1e0ec85c90a9150c6c1da4a6aff1046.zip
Changed mobj_t::allegiance to mobj_t::miscdata due to the fact it has
two completely different uses. Finished P_DialogDoChoice; dialog is now virtually 100% functional (just needs finished inventory to really do much beyond initial dialogs or getting "no" messages from everybody). Subversion-branch: /branches/strife-branch Subversion-revision: 2048
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 ad0f6abf..da67e932 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -31,6 +31,8 @@
#ifndef P_DIALOG_H__
#define P_DIALOG_H__
+#define OBJECTIVE_LEN 300
+
#define MDLG_CHOICELEN 32
#define MDLG_MSGLEN 80
#define MDLG_NAMELEN 16