From 15f26fadf4315e0336fd0e2c68e7162c29bbffcb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 5 Sep 2008 00:33:18 +0000 Subject: Fix #include statements to use lower case filenames. Add automake configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198 --- src/hexen/m_misc.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/hexen/m_misc.c') diff --git a/src/hexen/m_misc.c b/src/hexen/m_misc.c index ae7485ef..9903e200 100644 --- a/src/hexen/m_misc.c +++ b/src/hexen/m_misc.c @@ -29,11 +29,8 @@ #else #include #include -#include #include #include -#include -#include #endif #include #include "h2def.h" @@ -567,12 +564,8 @@ default_t defaults[] = { {"usegamma", &usegamma, 0}, -#ifdef __NeXT__ #define DEFAULT_SAVEPATH "hexndata/" -#endif -#ifdef __WATCOMC__ -#define DEFAULT_SAVEPATH "hexndata\\" -#endif + {"savedir", (int *) &SavePath, (int) DEFAULT_SAVEPATH}, {"messageson", (int *) &messageson, 1}, -- cgit v1.2.3