diff --git a/src/k_menudraw.c b/src/k_menudraw.c index 80c1a42c9..d5a3074af 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -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();