Fix a snafu.

In all that, I forgot to test non-asm builds.
This commit is contained in:
Bill Currie 2012-02-18 14:54:20 +09:00
parent 72fb96245f
commit eff8ebd9ba

View file

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