mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-24 11:29:18 +00:00
peasant: fix WASD steering on lowercase systems
This commit is contained in:
parent
2c2ef425fd
commit
2369ed2af9
@ -22,7 +22,7 @@ check_keyboard:
|
||||
|
||||
key_was_pressed:
|
||||
|
||||
and #$7f ; strip off high bit
|
||||
and #$5f ; strip off high bit and make uppercase
|
||||
|
||||
;==========================
|
||||
; Left
|
||||
|
Loading…
x
Reference in New Issue
Block a user