summaryrefslogtreecommitdiff
path: root/src/heretic/p_local.h
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/heretic/p_local.h
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/heretic/p_local.h')
-rw-r--r--src/heretic/p_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/heretic/p_local.h b/src/heretic/p_local.h
index d7aec116..00502e95 100644
--- a/src/heretic/p_local.h
+++ b/src/heretic/p_local.h
@@ -27,7 +27,7 @@
#define __P_LOCAL__
#ifndef __R_LOCAL__
-#include "R_local.h"
+#include "r_local.h"
#endif
#define STARTREDPALS 1
@@ -281,6 +281,6 @@ extern int SB_state;
extern int ArtifactFlash;
void SB_PaletteFlash(void);
-#include "P_spec.h"
+#include "p_spec.h"
#endif // __P_LOCAL__