mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
peasant: skip putting escape in the input buffer
yes I hold it down to long when skipping intro
This commit is contained in:
parent
ca0c839e6f
commit
6c97b614bd
@ -132,6 +132,11 @@ check_enter:
|
||||
cmp #13
|
||||
beq enter_pressed
|
||||
|
||||
|
||||
check_escape:
|
||||
cmp #27 ; can press by accident when skipping intro
|
||||
beq done_check_keyboard
|
||||
|
||||
all_other_keys:
|
||||
|
||||
jsr hgr_input
|
||||
|
Loading…
x
Reference in New Issue
Block a user