Menus/Profiles: slide button a little further off-screen

This commit is contained in:
James R 2023-12-29 07:10:22 -08:00
parent a1c76b044e
commit efc2e800f8

View file

@ -151,7 +151,7 @@ void M_OptionsTick(void)
// I don't like this, it looks like shit but it needs to be done..........
if (optionsmenu.profilemenu)
{
optionsmenu.toptx = 420;
optionsmenu.toptx = 440;
optionsmenu.topty = 70+1;
}
else if (currentMenu == &OPTIONS_GameplayItemsDef)