0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-21 18:01:15 +00:00

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

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