From 6f9494435a820816ee3f66de5e4a559ce4e4ed70 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 3 Dec 2019 17:40:35 +0100 Subject: [PATCH] - adjustment for last commit. --- source/sw/src/draw.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/source/sw/src/draw.cpp b/source/sw/src/draw.cpp index b1301efa8..6c8bbb330 100644 --- a/source/sw/src/draw.cpp +++ b/source/sw/src/draw.cpp @@ -2248,12 +2248,6 @@ drawscreen(PLAYERp pp) PreUpdatePanel(); - if (r_usenewaspect) - { - newaspect_enable = 1; - videoSetCorrectedAspect(); - } - smoothratio = min(max(((int32_t) totalclock - ototalclock) * (65536 / synctics),0),65536); if (!ScreenSavePic) @@ -2478,12 +2472,6 @@ drawscreen(PLAYERp pp) SET(sprite[j].cstat, CSTAT_SPRITE_ALIGNMENT_FLOOR); } - if (r_usenewaspect) - { - newaspect_enable = 0; - videoSetCorrectedAspect(); - } - // if doing a screen save don't need to process the rest if (ScreenSavePic)