summaryrefslogtreecommitdiff
path: root/src/strife/g_game.c
diff options
context:
space:
mode:
authorJames Haley2010-09-22 04:49:57 +0000
committerJames Haley2010-09-22 04:49:57 +0000
commit3d8f10ef325d2d03f1f9535d9f201eca3d56d37f (patch)
tree422e0b0d65a146f5cb79225aa36cdd83a1648953 /src/strife/g_game.c
parent5aa95863f364142d404a989eec0d28844352811a (diff)
downloadchocolate-doom-3d8f10ef325d2d03f1f9535d9f201eca3d56d37f.tar.gz
chocolate-doom-3d8f10ef325d2d03f1f9535d9f201eca3d56d37f.tar.bz2
chocolate-doom-3d8f10ef325d2d03f1f9535d9f201eca3d56d37f.zip
P_CrossSpecialLine is approximately 95% complete.
Subversion-branch: /branches/strife-branch Subversion-revision: 2129
Diffstat (limited to 'src/strife/g_game.c')
-rw-r--r--src/strife/g_game.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/strife/g_game.c b/src/strife/g_game.c
index 4ea8e2f2..3c456e4b 100644
--- a/src/strife/g_game.c
+++ b/src/strife/g_game.c
@@ -1458,6 +1458,19 @@ void G_SecretExitLevel (void)
*/
//
+// G_StartFinale
+//
+// haleyjd 09/21/10: [STRIFE] New function.
+// This replaced G_SecretExitLevel in Strife. I don't know that it's actually
+// used anywhere in the game, but it *is* usable in mods via linetype 124,
+// W1 Start Finale.
+//
+void G_StartFinale(void)
+{
+ gameaction = ga_victory;
+}
+
+//
// G_DoCompleted
//
// haleyjd 08/23/10: [STRIFE]: