mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Fix building menu.c object
This commit is contained in:
parent
9b804c4017
commit
73781d4e13
1 changed files with 2 additions and 2 deletions
|
@ -1726,10 +1726,10 @@ void M_Menu_Maps_Key (int key)
|
|||
M_Menu_SinglePlayer_f ();
|
||||
} else if (m_maps_cursor == 16) {
|
||||
current_custom_map_page--;
|
||||
m_map_cursor = 0;
|
||||
m_maps_cursor = 0;
|
||||
} else if (m_maps_cursor == 15) {
|
||||
current_custom_map_page++;
|
||||
m_map_cursor = 0;
|
||||
m_maps_cursor = 0;
|
||||
} else {
|
||||
if (sv.active)
|
||||
Cbuf_AddText ("disconnect\n");
|
||||
|
|
Loading…
Reference in a new issue