Fix non-static sw renderer for 32bit x86.

Yet another undefined symbol caused by iqm support. This time caused by
asm/not asm.
This commit is contained in:
Bill Currie 2012-07-15 22:32:06 +09:00
parent 087908adcd
commit 8333e6578c
1 changed files with 4 additions and 0 deletions

View File

@ -48,6 +48,10 @@
#include "d_ifacea.h"
#include "r_internal.h"
#ifdef PIC
#undef USE_INTEL_ASM //XXX asm pic hack
#endif
#define LIGHT_MIN 5 // lowest light value we'll allow, to
// avoid the need for inner-loop light
// clamping