From 6cb4e40508c9d4e59041757113d78c11fff7606e Mon Sep 17 00:00:00 2001 From: Spoike <acceptthis@users.sourceforge.net> Date: Wed, 26 Jan 2005 23:37:05 +0000 Subject: [PATCH] I missed a bit of ASM reenabling that's required for windows builds to work properly git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@835 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/d_modech.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/engine/sw/d_modech.c b/engine/sw/d_modech.c index 1447eb1a3..4952219c1 100644 --- a/engine/sw/d_modech.c +++ b/engine/sw/d_modech.c @@ -19,11 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ // d_modech.c: called when mode has just changed -//the id made assembler cannot cope with the changes made to the triangle data type. -#ifndef NOASM -#define NOASM -#endif - #include "quakedef.h" #include "d_local.h"