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/doomstat.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/strife/doomstat.h') diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h index 40147833..43d90458 100644 --- a/src/strife/doomstat.h +++ b/src/strife/doomstat.h @@ -235,6 +235,10 @@ extern mapthing_t* deathmatch_p; // Player spawn spots. extern mapthing_t playerstarts[MAXPLAYERS]; +// haleyjd 08/24/10: [STRIFE] rift spots +#define MAXRIFTSPOTS 16 +extern mapthing_t riftSpots[MAXRIFTSPOTS]; + // Intermission stats. // Parameters for world map / intermission. extern wbstartstruct_t wminfo; -- cgit v1.2.3