Menus/Erase Profile: interpolate with menu transition

This commit is contained in:
James R 2023-12-27 12:06:39 -08:00
parent 4733cef0d7
commit c805cdc24a

View file

@ -4351,7 +4351,7 @@ void M_DrawGenericOptions(void)
// *Heavily* simplified version of the generic options menu, cattered only towards erasing profiles.
void M_DrawProfileErase(void)
{
INT32 x = currentMenu->x - menutransition.tics*48, y = currentMenu->y-SMALLLINEHEIGHT, i, cursory = 0;
INT32 x = currentMenu->x - M_EaseWithTransition(Easing_Linear, 5 * 48), y = currentMenu->y-SMALLLINEHEIGHT, i, cursory = 0;
UINT8 np = PR_GetNumProfiles();
M_DrawMenuTooltips();