summaryrefslogtreecommitdiff
path: root/src/strife/p_switch.c
diff options
context:
space:
mode:
authorJames Haley2010-08-25 03:05:19 +0000
committerJames Haley2010-08-25 03:05:19 +0000
commit8f24f63be140a34c9ac19463832bed0e7fabba67 (patch)
treef9329434390f661d4d0521f7064b0eb863d208eb /src/strife/p_switch.c
parent22200650762b044b2f55026b91a175716d2a73f2 (diff)
downloadchocolate-doom-8f24f63be140a34c9ac19463832bed0e7fabba67.tar.gz
chocolate-doom-8f24f63be140a34c9ac19463832bed0e7fabba67.tar.bz2
chocolate-doom-8f24f63be140a34c9ac19463832bed0e7fabba67.zip
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
Diffstat (limited to 'src/strife/p_switch.c')
-rw-r--r--src/strife/p_switch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strife/p_switch.c b/src/strife/p_switch.c
index 839cb912..862e1598 100644
--- a/src/strife/p_switch.c
+++ b/src/strife/p_switch.c
@@ -361,7 +361,7 @@ P_UseSpecialLine
case 11:
// Exit level
P_ChangeSwitchTexture(line,0);
- G_ExitLevel ();
+ G_ExitLevel (0);
break;
case 14: