From 788892b95805a7d54e2b8ed92ed8262a7b9c6d47 Mon Sep 17 00:00:00 2001 From: James Haley Date: Wed, 29 Jun 2011 14:28:43 +0000 Subject: Added support for -work and -flip command-line parameters. -random cannot be supported yet because it requires addition to the list of transmitted variables during network game initialization (TODO!) Subversion-branch: /branches/strife-branch Subversion-revision: 2351 --- src/strife/doomstat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/strife/doomstat.h') diff --git a/src/strife/doomstat.h b/src/strife/doomstat.h index 8cb562b2..222383ec 100644 --- a/src/strife/doomstat.h +++ b/src/strife/doomstat.h @@ -54,6 +54,7 @@ extern boolean nomonsters; // checkparm of -nomonsters extern boolean respawnparm; // checkparm of -respawn extern boolean fastparm; // checkparm of -fast +extern boolean flipparm; // [STRIFE] checkparm of -flip extern boolean devparm; // DEBUG: launched with -devparm -- cgit v1.2.3