From af285f309ce820039995b6e7780a6f0ec85a4a41 Mon Sep 17 00:00:00 2001 From: James R Date: Sat, 17 Feb 2024 20:28:40 -0800 Subject: [PATCH] Menus/Profiles: tweak character select interpolation --- src/k_menudraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_menudraw.c b/src/k_menudraw.c index 55a1289c1..3f234c9b5 100644 --- a/src/k_menudraw.c +++ b/src/k_menudraw.c @@ -2382,7 +2382,7 @@ void M_DrawCharacterSelect(void) UINT8 priority = 0; INT16 quadx, quady; INT16 skin; - INT32 basex = optionsmenu.profile ? (64 + M_EaseWithTransition(Easing_Linear, 5 * 32)) : 0; + INT32 basex = optionsmenu.profile ? (64 + M_EaseWithTransition(Easing_InSine, 5 * 48)) : 0; boolean forceskin = M_CharacterSelectForceInAction(); if (setup_numplayers > 0)