From b38ba2f1f173a9fc8b5951eaf1f337232da2af3c Mon Sep 17 00:00:00 2001 From: Molgrum Date: Fri, 5 Oct 2007 18:50:10 +0000 Subject: [PATCH] Fixed so that D3D/Merged builds again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2718 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/com_mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/common/com_mesh.c b/engine/common/com_mesh.c index 15dcf83d0..ebb5434e4 100644 --- a/engine/common/com_mesh.c +++ b/engine/common/com_mesh.c @@ -2,7 +2,7 @@ #if defined(D3DQUAKE) || defined(RGLQUAKE) || defined(SERVERONLY) #ifdef D3DQUAKE -//#include "d3dquake.h" +#include "d3dquake.h" #endif #ifdef RGLQUAKE #include "glquake.h"