mirror of
https://github.com/nzp-team/quakespasm.git
synced 2025-04-24 01:31:41 +00:00
VITA: Fix position of custom map page options
This commit is contained in:
parent
d99a749cac
commit
4a84275415
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@ void M_Menu_Maps_Draw (void)
|
|||
|
||||
#ifdef VITA
|
||||
|
||||
menu_offset_y += 136;
|
||||
menu_offset_y = 441;
|
||||
|
||||
#else
|
||||
|
||||
|
|
Loading…
Reference in a new issue