summaryrefslogtreecommitdiff
path: root/src/hexen/h2_main.c
diff options
context:
space:
mode:
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},