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/heretic/tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/heretic/tables.c') diff --git a/src/heretic/tables.c b/src/heretic/tables.c index 30b11fb6..12ea0da8 100644 --- a/src/heretic/tables.c +++ b/src/heretic/tables.c @@ -20,7 +20,7 @@ // 02111-1307, USA. // //----------------------------------------------------------------------------- -#include "DoomDef.h" +#include "doomdef.h" int finetangent[4096] = { -170910304, -56965752, -34178904, -24413316, -18988036, -15535599, -- cgit v1.2.3