Menus/Profiles: fix card select animation

This commit is contained in:
James R 2023-12-29 07:27:01 -08:00
parent d6439b8462
commit 9a4d18bd7d

View file

@ -159,7 +159,7 @@ void M_HandleProfileSelect(INT32 ch)
else if (menucmd[pid].dpad_lr < 0)
{
optionsmenu.profilen--;
optionsmenu.offset.dist = (128 + 128/8);
optionsmenu.offset.dist = -(128 + 128/8);
if (optionsmenu.profilen < 0)
{