mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-05 22:42:54 +00:00
Menus/Profiles: fix card select animation
This commit is contained in:
parent
d6439b8462
commit
9a4d18bd7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue