summaryrefslogtreecommitdiff
path: root/src/strife/doomstat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/doomstat.h')
-rw-r--r--src/strife/doomstat.h4
1 files changed, 4 insertions, 0 deletions
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;