Skip to content

Commit

Permalink
Merge branch 'port' of https://github.com/fgsfdsfgs/perfect_dark into…
Browse files Browse the repository at this point in the history
… port-net
  • Loading branch information
fgsfdsfgs committed Jan 5, 2025
2 parents da4e5e4 + 4f7817a commit f5251fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/menuitem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ bool menuitemKeyboardTick(struct menuitem *item, struct menuinputs *inputs, u32
kb->row += inputs->updown;

if (kb->row < 0) {
kb->row = 5;
kb->row = MENU_KEYBOARD_ROWS - 1;
}

if (kb->row > MENU_KEYBOARD_ROWS - 1) {
Expand Down

0 comments on commit f5251fa

Please sign in to comment.