From 17eab692669b3a85c8eaea63d841dddb1779aa35 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 2 Sep 2010 18:16:59 +0000 Subject: Add configuration to setup tool for Strife, and Strife IWAD mask definition. Subversion-branch: /branches/strife-branch Subversion-revision: 2001 --- src/setup/mode.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/setup/mode.c') diff --git a/src/setup/mode.c b/src/setup/mode.c index 702db67d..978ac86f 100644 --- a/src/setup/mode.c +++ b/src/setup/mode.c @@ -91,6 +91,15 @@ static mission_config_t mission_configs[] = "hexen.cfg", PROGRAM_PREFIX "hexen.cfg", PROGRAM_PREFIX "hexen" + }, + { + "Strife", + strife, + IWAD_MASK_STRIFE, + "strife", + "strife.cfg", + PROGRAM_PREFIX "strife.cfg", + PROGRAM_PREFIX "strife" } }; -- cgit v1.2.3