Skip to content
Snippets Groups Projects
Commit e576aefb authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Change type from INT32 to unsigned

parent 4ee09600
Branches
No related tags found
No related merge requests found
...@@ -803,7 +803,7 @@ static void R_DrawVisSprite(vissprite_t *vis) ...@@ -803,7 +803,7 @@ static void R_DrawVisSprite(vissprite_t *vis)
fixed_t this_scale = vis->thingscale; fixed_t this_scale = vis->thingscale;
INT32 x1, x2; INT32 x1, x2;
INT64 overflow_test; INT64 overflow_test;
INT32 lengthcol; unsigned lengthcol;
if (!patch) if (!patch)
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment