From 4a8427541509494f7f6afe0c974c9e27671fb746 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 6 Sep 2023 17:32:46 -0400 Subject: [PATCH] VITA: Fix position of custom map page options --- source/menu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/menu.c b/source/menu.c index 9ff21d1..75a2f00 100644 --- a/source/menu.c +++ b/source/menu.c @@ -1613,7 +1613,7 @@ void M_Menu_Maps_Draw (void) #ifdef VITA - menu_offset_y += 136; + menu_offset_y = 441; #else