mirror of
https://github.com/nealey/hw-rollerderby-scoreboard
synced 2025-01-16 20:05:00 -07:00
Make konami_pos reset on non-sequence button
This commit is contained in:
parent
994bbcb228
commit
ce4c886008
1 changed files with 2 additions and 0 deletions
2
main.c
2
main.c
|
@ -262,6 +262,8 @@ update_controller()
|
|||
} else if (konami_pos > 3) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
konami_pos = 0;
|
||||
}
|
||||
// Select means subtract
|
||||
if (cur & BTN_SELECT) {
|
||||
|
|
Loading…
Reference in a new issue