mirror of
https://github.com/izzy2lost/wipeout-rewrite.git
synced 2026-07-06 00:20:05 -07:00
add: hall of fame nav
This commit is contained in:
@@ -325,10 +325,10 @@ static void hall_of_fame_draw_name_entry(menu_t *menu, ui_pos_t anchor, vec2i_t
|
||||
c_first = 36;
|
||||
}
|
||||
|
||||
if (input_pressed(A_MENU_UP)) {
|
||||
if (input_pressed(A_MENU_UP) || input_pressed(A_MENU_UP_2) || input_pressed(A_MENU_UP_3)) {
|
||||
hs_char_index++;
|
||||
}
|
||||
else if (input_pressed(A_MENU_DOWN)) {
|
||||
else if (input_pressed(A_MENU_DOWN) || input_pressed(A_MENU_DOWN_2) || input_pressed(A_MENU_DOWN_3)) {
|
||||
hs_char_index--;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user