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
This commit is contained in:
Spoike 2005-02-17 03:36:57 +00:00
parent 44770f7fbc
commit a019c2ac85
1 changed files with 3 additions and 3 deletions

View File

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