mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +00:00
Change type from INT32 to unsigned
This commit is contained in:
parent
4ee0960090
commit
e576aefb52
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ static void R_DrawVisSprite(vissprite_t *vis)
|
|||
fixed_t this_scale = vis->thingscale;
|
||||
INT32 x1, x2;
|
||||
INT64 overflow_test;
|
||||
INT32 lengthcol;
|
||||
unsigned lengthcol;
|
||||
|
||||
if (!patch)
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue