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