mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 17:01:51 +00:00
- adjustment for last commit.
This commit is contained in:
parent
53e2a8297d
commit
6f9494435a
1 changed files with 0 additions and 12 deletions
|
@ -2248,12 +2248,6 @@ drawscreen(PLAYERp pp)
|
||||||
PreUpdatePanel();
|
PreUpdatePanel();
|
||||||
|
|
||||||
|
|
||||||
if (r_usenewaspect)
|
|
||||||
{
|
|
||||||
newaspect_enable = 1;
|
|
||||||
videoSetCorrectedAspect();
|
|
||||||
}
|
|
||||||
|
|
||||||
smoothratio = min(max(((int32_t) totalclock - ototalclock) * (65536 / synctics),0),65536);
|
smoothratio = min(max(((int32_t) totalclock - ototalclock) * (65536 / synctics),0),65536);
|
||||||
|
|
||||||
if (!ScreenSavePic)
|
if (!ScreenSavePic)
|
||||||
|
@ -2478,12 +2472,6 @@ drawscreen(PLAYERp pp)
|
||||||
SET(sprite[j].cstat, CSTAT_SPRITE_ALIGNMENT_FLOOR);
|
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 doing a screen save don't need to process the rest
|
||||||
if (ScreenSavePic)
|
if (ScreenSavePic)
|
||||||
|
|
Loading…
Reference in a new issue