Fix bug where hitting enter on New/Load screen hid the text.

This commit is contained in:
Martin Haye 2016-07-04 08:55:29 -07:00
parent bd44d405d4
commit f88b9bf298

View File

@ -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