Unused var

This commit is contained in:
fickleheart 2019-04-09 01:18:10 -05:00
parent 56c1f05217
commit fe3cd967d1
1 changed files with 0 additions and 2 deletions

View File

@ -1227,7 +1227,6 @@ void V_DrawVhsEffect(boolean rewind)
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
#endif
UINT8 *thismapstart;
UINT16 randommask;
INT8 offs;
UINT8 barsize = vid.dupy<<5;
@ -1244,7 +1243,6 @@ void V_DrawVhsEffect(boolean rewind)
for (y = 0; y < vid.height; y++)
{
randommask = 0x0700;
thismapstart = normalmapstart;
offs = 0;