mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-23 20:31:06 +00:00
Update v_video.c
Killed `unused variable` warning
This commit is contained in:
parent
f3ad50e654
commit
6613886198
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue