Change type from INT32 to unsigned

This commit is contained in:
Lactozilla 2024-01-16 14:05:43 -03:00
parent 4ee0960090
commit e576aefb52

View file

@ -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;