forked from fte/fteqw
1
0
Fork 0

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
This commit is contained in:
Molgrum 2007-10-05 18:50:10 +00:00
parent 0f02f12b8b
commit b38ba2f1f1
1 changed files with 1 additions and 1 deletions

View File

@ -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"