Fix compile error

This commit is contained in:
RedEnchilada 2015-04-29 01:45:39 -05:00
parent c4306b624d
commit fe8a2ae680

View file

@ -565,7 +565,6 @@ void R_DrawTiltedSpan_8(void)
uz += ds_su.x; uz += ds_su.x;
vz += ds_sv.x; vz += ds_sv.x;
} while (--width >= 0); } while (--width >= 0);
}
#else #else
#define SPANSIZE 16 #define SPANSIZE 16
#define INVSPAN 0.0625f #define INVSPAN 0.0625f