Menus/Profiles: tweak character select interpolation

This commit is contained in:
James R 2024-02-17 20:28:40 -08:00
parent f998d1a929
commit af285f309c

View file

@ -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)