diff --git a/src/v_video.c b/src/v_video.c index c3e2c60c2..d5d92aa47 100644 --- a/src/v_video.c +++ b/src/v_video.c @@ -2041,7 +2041,7 @@ Unoptimized version float yst = (INT32)round((sinma * -hwidth + cosma * -hheight) + hheight); // Fills the empty space with a solid color from palette index - //memset(screens[4], (UINT8)(31), vid.width*vid.height*vid.bpp); + memset(screens[4], (UINT8)(31), vid.width*vid.height*vid.bpp); #define OUT_OF_RANGE (xs < 0 || xs >= vid.width || ys < 0 || ys >= height) for (y = 0; y < hheight; y++) {