mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-05 02:25:03 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user