From a019c2ac8535811e0283ab2d58f49943dc2633d4 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 17 Feb 2005 03:36:57 +0000 Subject: [PATCH] You realise of course that the only reason this compiled is because the precompiler stuff was in the wrong order... git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@882 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/d_vars.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/sw/d_vars.c b/engine/sw/d_vars.c index d9be56725..b4a377017 100644 --- a/engine/sw/d_vars.c +++ b/engine/sw/d_vars.c @@ -19,10 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // r_vars.c: global refresh variables -#if !id386 - #include "quakedef.h" +//#if !id386 + // all global and static refresh variables are collected in a contiguous block // to avoid cache conflicts. @@ -47,5 +47,5 @@ short *d_pzbuffer; unsigned int d_zrowbytes; unsigned int d_zwidth; -#endif // !id386 +//#endif // !id386