mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-21 06:39:46 +02:00
inventory ESC does not end the game, more dirt in liquid dirt
This commit is contained in:
+4
-1
@@ -387,7 +387,10 @@ ChoosingItemForPurchase
|
||||
jsr PutLitteChar ; Places pointer at the right position
|
||||
jsr getkey
|
||||
bit escFlag
|
||||
spl:jmp WaitForKeyRelease ; like jsr ... : rts
|
||||
bpl @+
|
||||
mva #0 escFlag
|
||||
jmp WaitForKeyRelease ; like jsr ... : rts
|
||||
@
|
||||
cmp #@kbcode._tab ; $2c ; Tab
|
||||
jeq ListChange
|
||||
cmp #@kbcode._left ; $06 ; cursor left
|
||||
|
||||
Reference in New Issue
Block a user