summaryrefslogtreecommitdiff
path: root/src/hexen/m_misc.c
diff options
context:
space:
mode:
authorSimon Howard2008-09-05 00:33:18 +0000
committerSimon Howard2008-09-05 00:33:18 +0000
commit15f26fadf4315e0336fd0e2c68e7162c29bbffcb (patch)
tree5e50dd7fc6c82135c5e83019a26611df88d4dc8d /src/hexen/m_misc.c
parentc7ddc423f67236a99956960cf9fe89abf077839b (diff)
downloadchocolate-doom-15f26fadf4315e0336fd0e2c68e7162c29bbffcb.tar.gz
chocolate-doom-15f26fadf4315e0336fd0e2c68e7162c29bbffcb.tar.bz2
chocolate-doom-15f26fadf4315e0336fd0e2c68e7162c29bbffcb.zip
Fix #include statements to use lower case filenames. Add automake
configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198
Diffstat (limited to 'src/hexen/m_misc.c')
-rw-r--r--src/hexen/m_misc.c9
1 files changed, 1 insertions, 8 deletions
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 <sys/stat.h>
#include <sys/types.h>
-#include <direct.h>
#include <fcntl.h>
#include <stdlib.h>
-#include <io.h>
-#include <conio.h>
#endif
#include <ctype.h>
#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},