summaryrefslogtreecommitdiff
path: root/src/hexen/h2_main.c
diff options
context:
space:
mode:
authorSimon Howard2008-10-01 19:20:45 +0000
committerSimon Howard2008-10-01 19:20:45 +0000
commit89d95067fc7cde0e3f99f15cf5fc1e89381f9edf (patch)
tree1d2633356845400be2d180bc5fbb2070914a26d6 /src/hexen/h2_main.c
parent313e56805e28ff78868dce3806c813bc1e98d16b (diff)
downloadchocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.tar.gz
chocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.tar.bz2
chocolate-doom-89d95067fc7cde0e3f99f15cf5fc1e89381f9edf.zip
Remove some redundant DOS and NeXT-related code.
Subversion-branch: /branches/raven-branch Subversion-revision: 1319
Diffstat (limited to 'src/hexen/h2_main.c')
-rw-r--r--src/hexen/h2_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/hexen/h2_main.c b/src/hexen/h2_main.c
index 25f04aa5..394a52bc 100644
--- a/src/hexen/h2_main.c
+++ b/src/hexen/h2_main.c
@@ -126,15 +126,9 @@ static int WarpMap;
static int demosequence;
static int pagetic;
static char *pagename;
-#ifdef __NeXT__
-static char *wadfiles[MAXWADFILES] = {
- "/Novell/H2/source/hexen.wad"
-};
-#else
static char *wadfiles[MAXWADFILES] = {
"hexen.wad"
};
-#endif
static execOpt_t ExecOptions[] = {
{"-file", ExecOptionFILE, 1, 0},
{"-scripts", ExecOptionSCRIPTS, 1, 0},