From 9a4633b19f08020921e6e1f78843eaf26c719874 Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 14 May 2005 18:30:06 +0000 Subject: [PATCH] Compile dammit! git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1012 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/glmod_doom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/gl/glmod_doom.c b/engine/gl/glmod_doom.c index e5bc1452f..c8acb4fda 100644 --- a/engine/gl/glmod_doom.c +++ b/engine/gl/glmod_doom.c @@ -1,10 +1,10 @@ #include "quakedef.h" #include "glquake.h" -#include "doommap.h" - #ifdef DOOMWADS +#include "doommap.h" + vec_t VectorNormalize2 (vec3_t v, vec3_t out); int SignbitsForPlane (mplane_t *out); int PlaneTypeForNormal ( vec3_t normal );