mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Menus/Profiles: slide button a little further off-screen
This commit is contained in:
parent
a1c76b044e
commit
efc2e800f8
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ void M_OptionsTick(void)
|
||||||
// I don't like this, it looks like shit but it needs to be done..........
|
// I don't like this, it looks like shit but it needs to be done..........
|
||||||
if (optionsmenu.profilemenu)
|
if (optionsmenu.profilemenu)
|
||||||
{
|
{
|
||||||
optionsmenu.toptx = 420;
|
optionsmenu.toptx = 440;
|
||||||
optionsmenu.topty = 70+1;
|
optionsmenu.topty = 70+1;
|
||||||
}
|
}
|
||||||
else if (currentMenu == &OPTIONS_GameplayItemsDef)
|
else if (currentMenu == &OPTIONS_GameplayItemsDef)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue