From 89d95067fc7cde0e3f99f15cf5fc1e89381f9edf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 1 Oct 2008 19:20:45 +0000 Subject: Remove some redundant DOS and NeXT-related code. Subversion-branch: /branches/raven-branch Subversion-revision: 1319 --- src/hexen/h2_main.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/hexen/h2_main.c') 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}, -- cgit v1.2.3