mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
make stupid slopes render on stupid unix stupids
This commit is contained in:
parent
7703eae0e8
commit
f130a529b1
1 changed files with 1 additions and 2 deletions
|
@ -535,8 +535,7 @@ void R_DrawTiltedSpan_8(void)
|
||||||
// x1, x2 = ds_x1, ds_x2
|
// x1, x2 = ds_x1, ds_x2
|
||||||
int width = ds_x2 - ds_x1;
|
int width = ds_x2 - ds_x1;
|
||||||
double iz, uz, vz;
|
double iz, uz, vz;
|
||||||
BYTE *fb;
|
UINT32 u, v;
|
||||||
DWORD u, v;
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
UINT8 *source;
|
UINT8 *source;
|
||||||
|
|
Loading…
Reference in a new issue