From 3228ddb99f72d00c089fc7a87d1edfec2c4519fc Mon Sep 17 00:00:00 2001 From: James Haley Date: Tue, 14 Sep 2010 16:42:09 +0000 Subject: Fully implemented all finale code, including "intermission" speeches by Macil and all three endings. Subversion-branch: /branches/strife-branch Subversion-revision: 2086 --- src/strife/p_dialog.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/strife/p_dialog.c') 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 @@ -1227,6 +1227,17 @@ void P_DialogDoChoice(int choice) P_DialogStart(dialogplayer); } +// +// 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 // -- cgit v1.2.3