diff --git a/src/i_video.c b/src/i_video.c index 1cde26e9..d427bebc 100644 --- a/src/i_video.c +++ b/src/i_video.c @@ -1035,7 +1035,6 @@ static void ResetResolution(int height) double vertscale = (double)actualheight / (double)unscaled_actualheight; video.width = (int)(video.unscaledw * vertscale); - video.width = (video.width + 1) & ~1; video.deltaw = (video.unscaledw - NONWIDEWIDTH) / 2;