mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +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…
Reference in a new issue