mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
Fix a snafu.
In all that, I forgot to test non-asm builds.
This commit is contained in:
parent
72fb96245f
commit
eff8ebd9ba
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ static __attribute__ ((used)) const char rcsid[] =
|
|||
drawsurf_t r_drawsurf;
|
||||
|
||||
int sourcesstep, sourcetstep;
|
||||
#ifndef USE_INTEL_ASM
|
||||
static int lightleft;
|
||||
#endif
|
||||
static int blocksize;
|
||||
int lightdelta, lightdeltastep;
|
||||
int lightright, lightleftstep, lightrightstep, blockdivshift;
|
||||
|
|
Loading…
Reference in a new issue