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
This commit is contained in:
Spoike 2005-01-26 23:37:05 +00:00
parent 1a14d41488
commit 6cb4e40508

View file

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