summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.h
diff options
context:
space:
mode:
authorJames Haley2010-09-14 16:42:09 +0000
committerJames Haley2010-09-14 16:42:09 +0000
commit3228ddb99f72d00c089fc7a87d1edfec2c4519fc (patch)
tree2f46bb423347c3b293ecade942507f95c0199fa8 /src/strife/p_dialog.h
parent4c9a85fa61a4298b342a76d4ac128c036b199055 (diff)
downloadchocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.tar.gz
chocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.tar.bz2
chocolate-doom-3228ddb99f72d00c089fc7a87d1edfec2c4519fc.zip
Fully implemented all finale code, including "intermission" speeches by
Macil and all three endings. Subversion-branch: /branches/strife-branch Subversion-revision: 2086
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 f3989fad..9b4829e7 100644
--- a/src/strife/p_dialog.h
+++ b/src/strife/p_dialog.h
@@ -76,6 +76,7 @@ void P_DialogLoad(void);
void P_DialogStart(player_t *player);
void P_DialogDoChoice(int choice);
boolean P_GiveItemToPlayer(player_t *player, int sprnum, mobjtype_t type);
+void P_DialogStartP1(void);
mapdialog_t* P_DialogFind(mobjtype_t type, int jumptoconv);
#endif