mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
parent
95f7313add
commit
808b3e0e11
@ -267,6 +267,7 @@ void R_DrawTLColumn (void)
|
|||||||
*dest = tranmap[(*dest<<8)+colormap[brightmap[src]][src]]; // phares
|
*dest = tranmap[(*dest<<8)+colormap[brightmap[src]][src]]; // phares
|
||||||
dest += linesize; // killough 11/98
|
dest += linesize; // killough 11/98
|
||||||
frac += fracstep;
|
frac += fracstep;
|
||||||
|
src = source[(frac>>FRACBITS) & heightmask];
|
||||||
*dest = tranmap[(*dest<<8)+colormap[brightmap[src]][src]]; // phares
|
*dest = tranmap[(*dest<<8)+colormap[brightmap[src]][src]]; // phares
|
||||||
dest += linesize; // killough 11/98
|
dest += linesize; // killough 11/98
|
||||||
frac += fracstep;
|
frac += fracstep;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user