From 8f24f63be140a34c9ac19463832bed0e7fabba67 Mon Sep 17 00:00:00 2001 From: James Haley Date: Wed, 25 Aug 2010 03:05:19 +0000 Subject: Added riftSpots and fleshed out Strife level exit behavior as far as setting of destmap, riftdest, and riftangle (previously unknown variable dword_9F138). Added functions G_RiftExitLevel, G_RiftPlayer, and G_RiftCheat. Removed G_WorldDone and secretexit variable. Subversion-branch: /branches/strife-branch Subversion-revision: 1967 --- src/strife/p_enemy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/strife/p_enemy.c') diff --git a/src/strife/p_enemy.c b/src/strife/p_enemy.c index 10846d20..8c7d60c6 100644 --- a/src/strife/p_enemy.c +++ b/src/strife/p_enemy.c @@ -1766,7 +1766,7 @@ void A_BossDeath (mobj_t* mo) } } - G_ExitLevel (); + G_ExitLevel (0); } @@ -1909,7 +1909,7 @@ void A_BrainExplode (mobj_t* mo) void A_BrainDie (mobj_t* mo) { - G_ExitLevel (); + G_ExitLevel (0); } void A_BrainSpit (mobj_t* mo) -- cgit v1.2.3