mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 13:51:31 +00:00
Unused var
This commit is contained in:
parent
56c1f05217
commit
fe3cd967d1
1 changed files with 0 additions and 2 deletions
|
@ -1227,7 +1227,6 @@ void V_DrawVhsEffect(boolean rewind)
|
||||||
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
|
UINT8 *tmapstart = ((UINT8 *)transtables + (6<<FF_TRANSSHIFT));
|
||||||
#endif
|
#endif
|
||||||
UINT8 *thismapstart;
|
UINT8 *thismapstart;
|
||||||
UINT16 randommask;
|
|
||||||
INT8 offs;
|
INT8 offs;
|
||||||
|
|
||||||
UINT8 barsize = vid.dupy<<5;
|
UINT8 barsize = vid.dupy<<5;
|
||||||
|
@ -1244,7 +1243,6 @@ void V_DrawVhsEffect(boolean rewind)
|
||||||
|
|
||||||
for (y = 0; y < vid.height; y++)
|
for (y = 0; y < vid.height; y++)
|
||||||
{
|
{
|
||||||
randommask = 0x0700;
|
|
||||||
thismapstart = normalmapstart;
|
thismapstart = normalmapstart;
|
||||||
offs = 0;
|
offs = 0;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue