summaryrefslogtreecommitdiff
path: root/src/strife/p_dialog.c
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.c
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.c')
-rw-r--r--src/strife/p_dialog.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/strife/p_dialog.c b/src/strife/p_dialog.c
index 6444596f..5422f796 100644
--- a/src/strife/p_dialog.c
+++ b/src/strife/p_dialog.c
@@ -1228,6 +1228,17 @@ void P_DialogDoChoice(int choice)
}
//
+// P_DialogStartP1
+//
+// [STRIFE] New function
+// haleyjd 09/13/10: This is a hack used by the finale system.
+//
+void P_DialogStartP1(void)
+{
+ P_DialogStart(&players[0]);
+}
+
+//
// P_DialogStart
//
// villsa [STRIFE] New function