mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +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
|
||||
int width = ds_x2 - ds_x1;
|
||||
double iz, uz, vz;
|
||||
BYTE *fb;
|
||||
DWORD u, v;
|
||||
UINT32 u, v;
|
||||
int i;
|
||||
|
||||
UINT8 *source;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue