Stretch Loading Screens to fit the top screen

fixes issues with them looking a bit warped and not fitting at all
This commit is contained in:
Ian 2022-11-27 18:08:59 -05:00
parent 8063dc40e0
commit 3f8c75dd59

View file

@ -1002,7 +1002,7 @@ void SCR_DrawLoadScreen (void)
}
if (load_screen_exists == qtrue)
Draw_Pic(scr_vrect.x, scr_vrect.y, lscreen);
Draw_StretchPic(scr_vrect.x, scr_vrect.y, lscreen, 400, 240);
Draw_FillByColor(0, 0, 480, 24, 0, 0, 0, 150);
Draw_FillByColor(0, 248, 480, 24, 0, 0, 0, 150);