summaryrefslogtreecommitdiff
path: root/src/strife/d_main.c
diff options
context:
space:
mode:
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.
//