summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
authorJames Haley2013-09-16 00:29:44 +0000
committerJames Haley2013-09-16 00:29:44 +0000
commit83d832ee4e6aabcdeacd282e73dd12ba81367e88 (patch)
treefe0f21468fad218c738c0aba0d387662a771f94a /src/strife/d_main.c
parente4e5387b31550cd771b0ae77db18a2914a82688a (diff)
downloadchocolate-doom-83d832ee4e6aabcdeacd282e73dd12ba81367e88.tar.gz
chocolate-doom-83d832ee4e6aabcdeacd282e73dd12ba81367e88.tar.bz2
chocolate-doom-83d832ee4e6aabcdeacd282e73dd12ba81367e88.zip
Support for the -random parameter. Needs netcode support (passing the
ball to fraggle). Subversion-branch: /branches/v2-branch Subversion-revision: 2657
Diffstat (limited to 'src/strife/d_main.c')
-rw-r--r--src/strife/d_main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/strife/d_main.c b/src/strife/d_main.c
index 01e560a2..a3179359 100644
--- a/src/strife/d_main.c
+++ b/src/strife/d_main.c
@@ -111,6 +111,7 @@ boolean nomonsters; // checkparm of -nomonsters
boolean respawnparm; // checkparm of -respawn
boolean fastparm; // checkparm of -fast
boolean flipparm; // [STRIFE] haleyjd 20110629: checkparm of -flip
+boolean randomparm; // [STRIFE] haleyjd 20130915: checkparm of -random
boolean showintro = true; // [STRIFE] checkparm of -nograph, disables intro
@@ -1435,6 +1436,14 @@ void D_DoomMain (void)
//!
// @vanilla
//
+ // Items respawn at random locations
+ //
+
+ randomparm = M_CheckParm ("-random");
+
+ //!
+ // @vanilla
+ //
// Monsters move faster.
//