VITA: Fix position of custom map page options

This commit is contained in:
Ian 2023-09-06 17:32:46 -04:00
parent d99a749cac
commit 4a84275415
1 changed files with 1 additions and 1 deletions

View File

@ -1613,7 +1613,7 @@ void M_Menu_Maps_Draw (void)
#ifdef VITA
menu_offset_y += 136;
menu_offset_y = 441;
#else