Fixed crash on esc from import option

This commit is contained in:
Martin Haye 2023-10-15 12:40:34 -07:00
parent 1aa55ab0c6
commit 50ce87cd10

View File

@ -703,6 +703,7 @@ def newOrLoadGame(ask)#1
ret = pImportModule()=>import_getGame(@funcTbl)
if ret == 0
displayMenu(existing)
ret = -1 // ask again
elsif ret == 1
ret = 0 // imported LL, which is like Loading a game
else