mirror of
https://github.com/badvision/lawless-legends.git
synced 2025-01-04 02:31:08 +00:00
Fix bug where hitting enter on New/Load screen hid the text.
This commit is contained in:
parent
bd44d405d4
commit
f88b9bf298
@ -288,14 +288,13 @@ def _newOrLoadGame()
|
||||
newGame(); return 1
|
||||
fin
|
||||
|
||||
home()
|
||||
^$c053
|
||||
^$25 = 20
|
||||
puts("\n N)ew game, or L)oad last game? ")
|
||||
while TRUE
|
||||
home()
|
||||
^$c053
|
||||
^$25 = 20
|
||||
puts("\n N)ew game, or L)oad last game? ")
|
||||
key = rdkey() & $7F
|
||||
home()
|
||||
^$c052
|
||||
if key > $60; key = key - $20; fin
|
||||
if key == 'N'
|
||||
newGame(); return 1
|
||||
|
Loading…
Reference in New Issue
Block a user