Update v_video.c

Killed `unused variable` warning
This commit is contained in:
Alam Ed Arias 2023-10-26 18:36:43 +00:00
parent f3ad50e654
commit 6613886198

View file

@ -1179,7 +1179,6 @@ void V_DrawFill(INT32 x, INT32 y, INT32 w, INT32 h, INT32 c)
const UINT8 *deststop;
UINT32 alphalevel = ((c & V_ALPHAMASK) >> V_ALPHASHIFT);
UINT32 blendmode = ((c & V_BLENDMASK) >> V_BLENDSHIFT);
INT32 u;
UINT8 perplayershuffle = 0;