- adjustment for last commit.

This commit is contained in:
Christoph Oelckers 2019-12-03 17:40:35 +01:00
parent 53e2a8297d
commit 6f9494435a

View file

@ -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)