summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
authorSamuel Villareal2010-09-07 06:25:38 +0000
committerSamuel Villareal2010-09-07 06:25:38 +0000
commit8a8f195464231e8eb4291928d2ce9673060e0a49 (patch)
treeefa4f4e32448167dadc80570fd0f0cb86671ae3c /src/strife/p_dialog.h
parent0442df12e5164d4e8109e9e7177ae936d282b557 (diff)
downloadchocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.tar.gz
chocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.tar.bz2
chocolate-doom-8a8f195464231e8eb4291928d2ce9673060e0a49.zip
+ P_DialogStart implemented
+ Dialogs are now loaded through G_DoLoadLevel Subversion-branch: /branches/strife-branch Subversion-revision: 2033
Diffstat (limited to 'src/strife/p_dialog.h')
-rw-r--r--src/strife/p_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/p_dialog.h b/src/strife/p_dialog.h
index da02b388..531e3028 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -71,6 +71,7 @@ typedef struct mapdialog_s
mapdlgchoice_t choices[MDLG_MAXCHOICES];
} mapdialog_t;
+void P_DialogLoad(void);
void P_DialogStart(player_t *player);