mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +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:
parent
087908adcd
commit
8333e6578c
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue