diff --git a/r_surf.c b/r_surf.c index 23e5efa0..a16256dc 100644 --- a/r_surf.c +++ b/r_surf.c @@ -579,7 +579,7 @@ void R_DrawSurface (void) R_DrawSurfaceBlock8_World(); - soffset = soffset + horzblockstep; + soffset = soffset + blocksize; if (soffset >= smax) soffset = 0; @@ -608,7 +608,7 @@ void R_DrawSurface (void) (*pblockdrawer)(); - soffset = soffset + horzblockstep; + soffset = soffset + blocksize; if (soffset >= smax) soffset = 0;