- fixed several scale related floating point conversion warnings.

This commit is contained in:
Christoph Oelckers 2022-06-15 22:15:36 +02:00
commit 355219d614
7 changed files with 12 additions and 12 deletions

View file

@ -670,7 +670,7 @@ void DIntermissionScreenCast::Drawer ()
// draw the current frame in the middle of the screen
if (caststate != NULL)
{
DVector2 castscale = DVector2(mDefaults->Scale.X, mDefaults->Scale.Y);
FVector2 castscale = mDefaults->Scale;
int castsprite = caststate->sprite;