mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-25 07:56:15 +00:00
Menus/Profiles: tweak character select interpolation
This commit is contained in:
parent
f998d1a929
commit
af285f309c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue